09-21-2005 03:37 AM
09-21-2005
05:39 AM
- last edited on
11-26-2025
06:06 PM
by
Content Cleaner
The error is described as too many connections, so this probably happens because you open a connection and then try to open another without closing the first (or whatever number of connections you can have open simultaneously). Move the open connection out of the loop, place a close connection after the loop and make sure you have a proper way to stop the loop. If you only want to run this once, you don't need the loop. This is also true if you want to run it as a subVI.
05-04-2017 07:06 AM
am using database toolkit and i have this error code appearing -2147217900 when i try to use update data.vi .