 |
 |
 |
|
|  |  |
 |
JetRetrieveColumn ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Retrieves a single column value from the current record. |
 |  | | Code examples: |  | |
|
 |  | | Declaration: |  |  |
JET_ERR JET_API JetRetrieveColumn(
__in JET_SESID sesid,
__in JET_TABLEID tableid,
__in JET_COLUMNID columnid,
__out_opt void* pvData,
__in unsigned long cbData,
__out_opt unsigned long* pcbActual,
__in JET_GRBIT grbit,
__in_out_opt JET_RETINFO* pretinfo
);
|
 |  |  | | FoxPro declaration: |  |  |
DECLARE INTEGER JetRetrieveColumn IN esent;
INTEGER sesid,;
INTEGER tableid,;
INTEGER columnid,;
INTEGER pvData,;
LONG cbData,;
LONG @pcbActual,;
INTEGER grbit,;
INTEGER pretinfo
|
 |  |  | | Parameters: |  | sesid
The session to use for this call.
tableid
The cursor to use for this call.
columnid
The JET_COLUMNID of the column to retrieve.
pvData
The output buffer that receives the column value.
cbData
The maximum size, in bytes, of the output buffer.
pcbActual
Receives the actual size, in bytes, of the column value.
grbit
A group of bits that contain the options to be used for this call.
pretinfo
If pretinfo is give as NULL then the function behaves as though an itagSequence of 1 and an ibLongValue of 0 (zero) were given. |
 |  | | Return value: |  | | Returns the JET_ERR datatype with a predefined return code. |
 |  | | Translate this page: |  | |  |  | | • |  | | Created: | 2008-01-13 13:57:22 | | Modified: | 2008-01-13 14:00:27 | Visited in last 7 days: 7 |
|
 |
 |
 |
 |
Copyright © 2001-2013
News2News, Inc.
Before reproducing or distributing any data from this site please ask for an approval from its owner. Unless otherwise specified, this page is for your personal and non-commercial use.
The information on this page is presented AS IS, meaning that you may use it at your own risk.
Microsoft Visual FoxPro
and Windows are trade marks
of Microsoft Corp.
All other trademarks are the property of their respective owners.
Privacy policy
|
 |
 |
 |
Credits: PHP (4.4.9), an HTML-embedded scripting language,
MySQL (5.1.55-log), the Open Source standard SQL database,
AceHTML Freeware
Version 4, freeware HTML Editor of choice. Hosted by Korax Online Inc. |
 |
 |
|
 |
 |
|
|