Re: arbitrary SQL

2004-11-11 Thread Anthony E. Carlos
Thanks for the help, Robert and Gerhard! I'm pleasantly shocked at how timely your responses were. I wish this was in the FAQs because it's implied that only queries that return something can be done using QueryBySQL. I guess we're doing an end-around with this new code. I must confess also, th

Re: arbitrary SQL

2004-11-11 Thread Gerhard Grosse
thony E. Carlos wrote: > >> Hello, >> >> How do I fire off a an arbitrary SQL statement that doesn't require a >> return value? >> >> For example, (I already know how to do this using O/R mapping-- this >> is just a simple example) >> >>

Re: arbitrary SQL

2004-11-11 Thread Robert r. Sanders
arbitrary SQL statement that doesn't require a return value? For example, (I already know how to do this using O/R mapping-- this is just a simple example) INSERT INTO colors VALUES ('red'); I've looked at the FAQs, but the only example is for SELECT statements, wh

arbitrary SQL

2004-11-11 Thread Anthony E. Carlos
Hello, How do I fire off a an arbitrary SQL statement that doesn't require a return value? For example, (I already know how to do this using O/R mapping-- this is just a simple example) INSERT INTO colors VALUES ('red'); I've looked at the FAQs, but the only e