Enter Keywords:
1 - 10 of 19(0.005 seconds)
Sort By:
 
Dear all,     Lately I'm developing data access tier in COM way. I face a problem where the COM dll generated at my PC can not initialize ADO Command at server. The dll has been registered at se...
Zones: C++, Microsoft Visual C++Date Answered: 03/03/2002 Rating: 4.6 Views: 0
I am creating command object outside the while loop. The while run dymanic count. i am using active connection,adcommandtext etc property and parameter appending inside the while loop. at some poin...
Zones: C++Date Answered: 04/12/2002 Rating: 7.0 Views: 0
The following SQL statement works fine when connecting to a Microsoft Access db in VB6 using ADO:     ConnStr = "SHAPE {select Prefix,Name,CompanyName,Address1,Address2,City,State,Zip,Telephone,...
Zones: MySQL ServerDate Answered: 02/15/2006 Rating: 9.6 Views: 0
I'm trying to use a command with a parameter to populate a recordset. The thing is that I'm not getting any record even though I know that the ID AEXC8764562 does exist in the Access 97 table. Th...
Zones: VB DBDate Answered: 03/08/2000 Rating: 8.0 Views: 0
I am developing a middle-ware soft. to publish data in DB2 and I use VB6+ADO.2 and Microsoft ODBC Driver to DB2. the problem is, ADO "command timeout" is not supported by the object. Some queries t...
Zones: AS400 ProgrammingDate Answered: 03/10/2002 Rating: 6.8 Views: 8
I have a situation where multiple line of sql statements needs to be executed. The batch is seperated by GO words between statements and runs perfectly from query analyser. But I am unable to run t...
Zones: MS SQL ServerDate Answered: 07/15/2004 Rating: 9.4 Views: 0
I have a Parametrized Update Command that I am using to Fill a Excel sheet using a OLE connection. The problem is when I run the Command to update a whole row it treats it all as strings and adds ...
Zones: MS Visual BasicDate Answered: 01/11/2007 Rating: 7.4 Views: 4
Access 2003 compiled to mde format executed with Access runtime: I am working with command objects, parameters to create recordset objects which I am then disconnectin, before I get to the one i...
Zones: Access Coding/MacrosDate Answered: 03/08/2007 Rating: 7.6 Views: 0
Dearest Expert, Any one have idea on how can i get the output parameter from my store procedure by using command parameter and recordset at the same time? can refer to the MSDN article where a...
Zones: Visual Basic, De...Date Answered: 02/17/2003 Rating: 9.0 Views: 4
Hi, Experts. I need to execute the function that located on Oracle server, that returns a REF Cursor type. I have a connection opened in ADO.Connection object. How can I run the function and w...
Zones: Visual BasicDate Answered: 07/10/2001 Rating: 8.2 Views: 0