Skip to main content

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

return value from query sql in VBscript

hi,

I would like to know if there is a way to get a return value from a query.

I try to explain in the best way.

I opened,using VBScript, a connection to my database where I can read and write my data correctly. Before doing this, however, I'd like to run a query to check if there is a value in the db. So if it does not exist and returns null, I will do an insert, otherwise I'll update the data.

Can anyone help?

0 Replies