Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to access data from any database
Message
From
29/07/2002 01:31:49
 
 
To
27/07/2002 09:31:45
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00680766
Message ID:
00683423
Views:
40
you forgot to mention on which line it is throwing the error?????
anyways

following statement is not spelled correctly (creatObject)
  set rs = Server.CreatObject ("ADODB.recordset")
instead of using data provider make a DSN and use this DSN in ur connection string
cnn.open "DSN=customerDSN"
it should work fine.
Best Luck..
Nilesh
Previous
Reply
Map
View

Click here to load this message in the networking platform