- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi all, We are currently using f90SQL-Lite library to read data fromSQL database. Now we would like to apply it to insert data into a database. It seems to me that functions such as f90SQLPutData, f90SQLBulkOperations.. are not available in the Lite version. Can f90SQL-Lite be applied to insert data? If yes, what function or subroutine should be used? Canany of you kind enough to share your experience. Thanks.
Tom Lin
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
The pro version has a function f90SQLExecDirect, the free version has a similar equivalent function. What you want to do is compose an SQL statement such as 'INSERT INTO TABLE whatever .........' and call the function after doing f90SQLAllocHandle. Steve posted an example that does exactly this. Good luck!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the e-mail which has confirmed what I was thinking. I have got my 'INSERT' subroutines working now. Have a super day.
Tom Lin

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page