View Single Post
  #1 (permalink)  
Old 06-14-2008, 07:36 AM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 15,614
Awards Showcase
Basic4ppc Founder 
Total Awards: 1
Default SQL library was updated - V1.4

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.
Attached Files
File Type: zip SQL.zip (32.7 KB, 588 views)
Reply With Quote