Anubhav Posted June 25, 2014 Share Posted June 25, 2014 Hi, I had learned SQL I have a question! If I insert something in a table with dbExec INSERT query, so how should I get it. I am realy new in these things. Link to comment
Arnold-1 Posted June 25, 2014 Share Posted June 25, 2014 You don't need to get the result, as it as an INSERT query, you would only need it in SELECT query, which means you should use dbQuery with dbPoll Link to comment
Anubhav Posted June 25, 2014 Author Share Posted June 25, 2014 How to use dbPoll? I know dbQuery but what does dbPoll do? Link to comment
aintaro Posted June 25, 2014 Share Posted June 25, 2014 How to use dbPoll? I know dbQuery but what does dbPoll do? Just use sqlLite, I find it alot easier with executeSQLQuery (query) Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now