Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why this ADO error with javascript but not with vbscript
Message
From
13/11/2002 08:27:05
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
00722031
Message ID:
00722045
Views:
14
This message has been marked as the solution to the initial question of the thread.
The problem is in optional parameter. You can use this:
rs.Open(cmdTemp,Conn,3);
but this is repetition of defining ActiveConnection. In your case you can consider using implicit connection (if this connection isn't used by other commands):
rs.Open([SQL command], [Connection string], 3);

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform