Commit Graph

8 Commits

Author SHA1 Message Date
michael
a3b72c1be8 Patch from Bram Kuijvenhoven
odbcsql.inc:
 - added SQLStatistics function and some associated constants
 
 odbcconn.pas:
 - implemented TODBCConnection.UpdateIndexDefs
 - implemented TODBCConnection.LoadBlobIntoBuffer
 - free Connection handle if connecting fails; fixes exception thrown on finalization if a connection failed
 - some support for reading wide string & guid fields (though untested)
 - added FmtArgs parameter to ODBCCheckResult; now a call to Format is needed only when an error actually occurred
 - if SQLGetDiagRec failed in ODBCCheckResult, this is reported in the constructed error message
 
 bufdataset.pas:
 - added code to free allocated blob buffers
 - fixed GetFieldSize for some field types

git-svn-id: trunk@7286 -
2007-05-05 23:22:14 +00:00
michael
9adeb284e1 * Compilable with Delphi
git-svn-id: trunk@6616 -
2007-02-23 13:08:11 +00:00
ivost
387e2e39b9 * fixed type definition
git-svn-id: trunk@5506 -
2006-11-27 12:52:25 +00:00
ivost
10a035eeaf * Invalid SQL Types, fixed them
git-svn-id: trunk@5453 -
2006-11-22 21:59:48 +00:00
michael
c8fb11776d + Patch from Bram Kuijvenhoven to implement blob field and more verbose errors
git-svn-id: trunk@3458 -
2006-05-08 20:22:20 +00:00
peter
b36e38ead1 * win64 compile fixes
git-svn-id: trunk@3296 -
2006-04-20 11:16:46 +00:00
joost
735281f879 + removed two win32 configuration calls, which are not a part of ODBC itself
git-svn-id: trunk@1696 -
2005-11-08 12:03:35 +00:00
joost
fbaa49fc9c + Added odbcsqldyn.pp
+ Fixed dyn. loading of ODBC and cleanup of non-fpc code
 + TODBCConnection now uses odbcsqldyn

git-svn-id: trunk@1687 -
2005-11-07 21:40:32 +00:00