|
-
December 29th, 1998, 08:38 PM
#1
Access Stored Procedure in ADO
Need Help to access Stored Procedure in ADO.
I use ADO to connect to ODBC data source (OLE DB Provider for Visual Foxpro).Try to call a stored procedure in this data base but a Visual Basic raise an error.
Please help me to solve this problem as well as help me call a stored procedure in Visual Foxpro database throught ODBC (use ADO)
Thanks in advance.
Cuong.
-
January 12th, 1999, 06:51 PM
#2
Re: Access Stored Procedure in ADO
there is command object in ADO I think you know. set the property of commandtype to "adCmdStoredProc", and of course, you must have it available in your database.
regards
George
-
January 13th, 1999, 08:42 PM
#3
Re: Access Stored Procedure in ADO
Thank George.
I had tried doing it, but it just works on SQL Server DataBase.
H.Q. Cuong
-
January 14th, 1999, 11:07 AM
#4
Re: Access Stored Procedure in ADO
I am working on MS SQL , don't know others.
I think it should be fine with lots of DB out there. If you want, send me detail and code.
regards
George
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|