Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. vasanthgnb

    Switching from Win NT to Win 98

    I have got two partitions in my hard disk with Win NT in the primary partition and linux in the other. I want to convert the Win NT partition to Win 98. Can I do it without affecting the linux partition. If possible, how can it be done?
  2. vasanthgnb

    Data Retrieval Using ADO.

    Does anybody know whether ADO is caching the retrieved data from a result set or record set.Does it temporarily store the data on the client machine. If so how and where is it storing the data? Please help me.
  3. vasanthgnb

    Is there any ODBC API?

    Is there any ODBC API to fetch the data in a row at a time without binding or using SQLGetData? I want to fetch the whole row.
  4. vasanthgnb

    expecting prompt comments.

    i have written a dll file, to establish database connection, using ODBC APIs. i tried to insert 50,000 records into a table with 5 string fields and 5 numeric fields. it took me 11 mins and 5 secs when i make use of my dll file. i tried the same using ADO and it took only 11 mins and 11 secs. is...
  5. vasanthgnb

    Checking EOF and BOF

    Is there any ODBC API to check the EOF and BOF conditions without scrolling the cursor.
  6. vasanthgnb

    Can anybody please define what a ha

    Can anybody please define what a handle is. I need a theoritical definition of what the term handle refers to as far as odbc is concerned.
  7. vasanthgnb

    How can i get the total number of r

    How can i get the total number of rows in a result set. the result set is a result of select statement. i need the number of rows without fetching the rows.
  8. vasanthgnb

    I am trying to fetch the details of

    I am trying to fetch the details of a date field from MS access database using SQLDecribeCol command. but the function returns me that the specified field is of timestamp data type and its size as 23 bytes. when the database is referred, the datatype is date and the size is 8 bytes. i want the...
  9. vasanthgnb

    value of SQLSTATE

    i just made an error in my former reply. make use of the function SQRERROR to get the value of SQLSTATE. make use of a byte array to get the returned value of SQLERROR
  10. vasanthgnb

    value of SQLSTATE

    try this one. make use of a byte array to get the sqlstates returned from the SQL_ERROR function. If u don't mind mail ur code to vasanthgnb@yahoo.com. i'll try to help u out. ur code 'll be kept confidential to the max extent.
  11. vasanthgnb

    SQLColumns API Function

    make use of the command SQLNUMRESULTCOLS to get the number of rows in a "Result Set". Usage of SQLCOLUMNS is not appreciated.
  12. vasanthgnb

    which odbc-api am i supposed to use

    which odbc-api am i supposed to use to get the number of columns or fields in a database table.
  13. vasanthgnb

    SQLColumns API Function

    i want the values of SQL_HANDLE_ENV and SQL_HANDLE_DBC alone and the function declaration and description of SQLENDTRANS() api.
  14. vasanthgnb

    SQLColumns API Function

    Where can i have the value of constants like SQL_SUCCESS,SQL_SUCCESS_WITH_INFO, and values like SQL_HANDLE_ENV,SQL_HANDLE_DBC?

Part and Inventory Search

Back
Top