Am 11.01.2013 um 04:02 schrieb "Boyd, Craig" <[email protected]>:

> Hello All,
> 
> I am using the SQL Plugin demo and using it to connect to Oracle.
> That piece works fine, but when I try put in code for a SELECT I get the 
> following error:
> "Type mismatch error.  Expected RecordSet, but got String"
> My offending line of code is:
> rs = con.SQLSelect("select owner, table_name from dba_tables order by 
> table_name")


This SQLSelect gives you the first field as string. I added it for quick things 
like querying a database variable.

Greetings
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to