|
NotoriousIns Newbie
Joined: 02 Oct 2003 Posts: 1 Location: USA
|
Posted: Thu Oct 02, 2003 12:31 am
I apologize in adv...running a query |
Evening,
I'm not new to ADO or working with databases but I am very very new to mudd'in and their clients. I just started playing around with working with databases and Zmud..my question is after I have loaded the script in the offline environment..how do I run a query?? I searched and searched..i had a long day at work..but come on..why I cannot figure out how to run the stupid SQL is beyond me
EDIT:
Maybe I should add a little, I have the query set up I just want to run in the ZMud window to check the results
thanks in advance
Ins |
|
|
|
LightBulb MASTER
Joined: 28 Nov 2000 Posts: 4817 Location: USA
|
Posted: Thu Oct 02, 2003 4:01 am |
#QUERY
#FIND
%query
%find
And various self-designed looping routines, of course. |
|
|
|
Carabas GURU
Joined: 28 Sep 2000 Posts: 434 Location: USA
|
Posted: Thu Oct 02, 2003 8:19 pm |
Unfortunately, those are commands/functions to be used with zMUD's builtin database module. NotoriousIns is looking for how to make an ADO connection with an external database and run a SQL query on that database.
ADO Programming in zMUD does a pretty good job explaining how to do exactly that. |
|
|
|
|
|