Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Automation Server/ ADO-SQL
Message
From
15/11/2001 11:24:48
 
 
To
15/11/2001 11:18:48
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00582134
Message ID:
00582144
Views:
23
Hi!

>Hello everybody!
>
>I am looking for some help in design automation server with SQL Server backend, using ADO object.
>
>If somebody has experience with this, please help.


Take a look to following article:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnfoxgen/html/adojump.asp

>I have a common question manily for ADO.
>
>1. Is it good or bad to use ADO command object for running stored procedures?

It is good, as far as I know.

>2. How I can run SP if command object is not recomended. It seems like I am having a problem with it.

Run it as SQL command text, for example, put instead of SELECT statement following string:
EXEC MyStoredProc {parameters}

You can run SP that way even using recordset object, if SP returns recordset.

HTH.
Vlad Grynchyshyn, Project Manager, MCP
vgryn@yahoo.com
ICQ #10709245
The professional level of programmer could be determined by level of stupidity of his/her bugs

It is not appropriate to say that question is "foolish". There could be only foolish answers. Everybody passed period of time when knows nothing about something.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform