If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > Other > interbase 6.0 ODBC driver support array parameters

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-14-04, 11:22
accarvajal accarvajal is offline
Registered User
 
Join Date: Feb 2004
Location: Cali - Colombia
Posts: 16
Red face interbase 6.0 ODBC driver support array parameters

Hi!


Anybody knows if exists a ODBC driver for interbase 6.0 under win32 that supports array set of parameters because i need to send a group of rows using:

:QLSetStmtAttr(m_hstmt, SQL_ATTR_PARAMSET_SIZE,
(SQLPOINTER)nRows,
SQL_IS_INTEGER);

where nRows it's > 1, via '{call my_procedure(?,?,?...)}'

thanks so much!


Aldemar
__________________
A.C.C.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On