PreparedSQLStatement.BindType
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Method
PreparedSQLStatement.BindType(zeroBasedIndex as Integer,type as Integer)
New in 2010r4
Supported for all project types and targets.
New in 2010r4
Supported for all project types and targets.
Use this to specify an exact type for the bound value. Each Database plug-in will have its own values.
Method
Specify types for multiple bind values. Each Database plug-in will have its own values.
See Also
SQLitePreparedStatement, PostgreSQLPreparedStatement, MSSQLServerPreparedStatement, MySQLPreparedStatement, ODBCPreparedStatement