Roberto Jimenez's Q&A profile
SQL Server In which language is JDBC Driver written
Hello, in which language is the microsoft sql jdbc driver written Angel, >>if so can you point me to the 64 bit JVM that you are using I recommend BEA's JRocket 1.4.2 and 5.0 when running either W2K3 EE or Datacenter on Itanium: http://www.bea.com/framework.jsp CNT=index.htm&FP=/content/products/jrockit/ >>Do you have specific Itanium requirements DTC compatibility first, Integrated security would be a nice extra. Your attention to this is appreciated, North ...Show All
Windows Forms DataGridView Filter
Hello, I'm using DataGridView to display about 50,000 records. I've added a filter to the dataview, tried to use various implementations, but all of them work very slow (same implementation on .net 1.1 gave a much faster performance). I've tried RowFilter, RowCount, etc. I understand that there is an option of using VirtualMode in DataGridView for a large number of records, but have found no way of filtering when using it... Can you please direct me to the right direction of increasing the performances, or maybe tell me where am I wrong Thanks, Marina I'm not aware of what changes have been made in ADO ...Show All
Visual C++ Getting Error - Regarding stdafx.h
I'm trying to fool around with the new Visual studio version (2005 Beta 2) and for some reason it keeps telling me: \Practice.cpp(1) : fatal error C1083: Cannot open include file: 'stdafx.h': No such file or directory A long time ago someone told me to go into the properties of the project and change the default to CLR support. I did this time but it doesn't seem to build. Can someone tell me what to do Here is my code: #include "stdafx.h" #using <mscorlib.dll> using namespace System; int _tmain() { int Number = 5, Number2 = 0, Number3 = 7; int sum = 0; Console::WriteLine( "hello world." ...Show All
Visual Basic How to enable Performance Counters
I was using .Net Data Provider for SQL server performance counters for sometime but now while adding some additonal counter they got disabled when I try to add 'Add' button on performance counter is disabled . I trying to figure out why . Dose any one know how to enable them again. ...Show All
Smart Device Development WSAEINPROGRESS
When i use the method getRequestStream() of an object HttpWebRequest, and try to write to this stream i got a socket exception. The errorcode is 10036, WSAEINPROGRESS. Dim postBytes() As Byte Dim asciiEncode As Encoding = New ASCIIEncoding postBytes = asciiEncode.GetBytes(Me.mQuery) httpReq.ContentType = "application/x-www-form-urlencoded" ...Show All
Visual C# Arrays of Arrays
Hi, I have a class that is really just a struct. And I create an arrays of these, and write into them, Ex, public class Modules { public string[] name = new string[16]; public string[] number = new string[16]; public string[] state = new string[16]; } Modules[] aModule = new Modules[16]; This gives a runtime error, aModule[0].name[0] = "SomeData"; Using C++ stlye, maybe it cannot be done this way. Any help would be appricated. Thanks Jeff Jeff, You created an array of Modules with: Modules[] aModule = new Modules[16]; but you need ...Show All
Visual Studio Team System DeclareEventHandlersCorrectly
TypeName: DeclareEventHandlersCorrectly CheckId: CA1009 Category: Microsoft.Design Message Level: Error Certainty: 95% Breaking Change: Breaking Event handler methods take two parameters. The first is of type System.Object and is named 'sender'. This is the object that raised the event. The second parameter is of type System.EventArgs and is named 'e'. This is the data associated with the event. For example, if the event is raised whenever a file is opened, the event data typically contains the name of the file. I have two questions : Why must the arguments be named "sender" and "e" Why must the ...Show All
Visual Studio Release of a DSL for the Gamma et al. Design Patterns
Hi folks, I have written a DSL for the Gang of Four design patterns. If any of you are interested in taking it for a spin, you can get the source and doc from: http://www.clipcode.biz/workshops/dsl.html Enjoy, Eamon O'Tuathail Clipcode Knowledge Services mailto:eamon.otuathail@clipcode.biz http://www.clipcode.biz Hi Eamon, This is a great piece of work. I had some issues with the Designer project, buut soon found out that it can be fixed very easily. I am sure you fixed it for March CTP, but I installed the latest April CTP. But, the solution to the problem is easy, as stated in the ...Show All
Visual C++ sqrtf under 24 bit floating point precision
Hi, While trying to estimate performance impact of using 24 bits floating point precision versus 53 bits, I've noticed that sqrtf function was 6 times slower in 24 bits control mode. Every other operation I've tried (divide, exp, cos, ...) are all faster or equal in 24 bits mode compared with 53 bits mode. How could this be explained Are there other math functions or instructions that will suffer using 24 bit mode Regards Guillaume Unfortunately, I don't believe there is a list somewhere. I believe default mode should take care of the perf issue per the above description of the issue by the ...Show All
Visual Studio Express Editions SQL Server 2005 Express Problem with Date format in transact sql
Hello all my database in in French language. The collation of sql server 2005 is in French. When i use sql manager and look inside the tables the dates are well diplayed in french format dd/mm/aaaa but the queries don't work If i type "select * from mytable where date_update is < '20/11/2005' " it tells me that it can't convert in date a string. I i type in my query '11/20/2005' it works fine and the rows display date in english format differently than the display i have by opening the tables with the manager. Of course i want to use french format in the transact sql queries. Thanks for your help. Patrick ...Show All
Visual Basic Rename a Table in MS Access using VB or SQL statement
Hi all, How can I rename an MS Access table in VB or thro' SQL statement I have 2 clues as given below, but I am not able to get to use these ideas. These statements does not seem to refer the ADO library and hence, I do not know how to arrive at framing a program for these statements. Please help me in using these clues by guiding me how to frame a program around the statements or please let me know if there are any alternative ways. Clue 1: This creates a copy of the original table and you then delete the original leaving you with a newly named table. DoCmd.CopyObject, "myTableOld", acTable, "myTable" DoCmd.DeleteObject acTable, "myTable ...Show All
Visual Studio Express Editions .cfm vs .xml
Is the main difference the empty white space lines at the top before the "< xml version = 1.0" These empty white lines are giving me fits, when I read in data from the .cfm file which is supplied to me. I get err: ""< xml version = 1.0" must be first node". I wrote a routine that strips these empty white lines. Then it works. But doesn't VB2005EE have code that handles .cfm files directly Surely, others have run into this Hi Jonbu, Since .cfm files are proprietary to one of Microsoft's competitors it shouldn't be a surprise that we don't support them directly. I'm n ...Show All
Visual FoxPro Grids are readOnly. How do I put text in them?
Hi there. Kind of embarrassing asking simple question when other people post such advanced requests. I am new here. I got as far as creating a form with two grids and other controls I need. There is a Pageframe that switches between pages and I have each grid on the corresponding page. All the way I am making comparisons with dBASE stuff which I hope soon will be a thing in the past. Anyway, when I run the form all rows in grids appear to be read only. I cannot enter any information in any columns. I want preempt a question about the tables. I did creat a database with two tables I need, made appropriate fields and indexed them. The field na ...Show All
Visual Studio Team System I do not have permission to view the sharepoint webpage
Hello! I've just installed Windows Sharepoint Services and when trying to got to http://localhost/ I get this: ------ You are not authorized to view this page You do not have permission to view this directory or page using the credentials that you supplied because your Web browser is sending a WWW-Authenticate header field that the Web server is not configured to accept. ----------- I am logged in to the Administrator of the domain, what is it that I have to do and how do I do it =) Thanks in advance! See this post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=2127 ...Show All
Visual C# Digital signature
Hi all, I'm looking for materials and links about digital signatures. Also tutorials dealing with this topic. Please help... Although not written in C# (it's written in cross-platform compatible C), it would probably be worthwhile to look at the source code and docs for Gnu Privacy Guard (GnuGP) , which is a free version of PGP. Years ago, PGP (Pretty Good Privacy) , developed by Phil Zimmerman, was a great free solution for encrypting and/or signing files. If you're not familiar with PGP or the OpenPGP standard, I would recommend spending some time on Wikipedia reading about it. ...Show All
