The SQL library now supports parameterized queries.
Parameterized queries have several advantages over regular queries:
- Easy to use.
- No need to escape special characters.
- Protect against SQL injections.
- Significantly faster.
See Command.AddParameter and Command.SetParameter for more information.
Setup instructions:
Download and extract the attached file.
Copy all files to the libraries folder:
C:\Program Files\Anywhere Software\Basic4ppc Desktop\Libraries
Make sure to replace existing copies of SQLDesktop.dll and SQLDevice.dll with the new files.
Parameterized queries have several advantages over regular queries:
- Easy to use.
- No need to escape special characters.
- Protect against SQL injections.
- Significantly faster.
See Command.AddParameter and Command.SetParameter for more information.
Setup instructions:
Download and extract the attached file.
Copy all files to the libraries folder:
C:\Program Files\Anywhere Software\Basic4ppc Desktop\Libraries
Make sure to replace existing copies of SQLDesktop.dll and SQLDevice.dll with the new files.