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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by omanthey

  1. omanthey

    eventdriven sockets

    hi all, can someone give me information on how i can expand the socket class so it triggers events when receiving data ??? thx, oliver
  2. omanthey

    writing float values via jdbc/odbc to ms-access

    hello, i just tried to write a float value into my ms-access database using the jdbc/odbc connectivity and the java preparedstatement class but got the following sql-exception java.sql.SQLException: [Microsoft][ODBC Microsoft Access Driver]Optional Feature not implemented. can anybody tell me...
  3. omanthey

    jdbc/odbc create table with autonumber field ..

    hello, i just tried to create a new table from my java application using jdbc/odbc connectivity and the following sql statement CREATE TABLE ENVIRONMENT (id AUTONUMBER, name VARCHAR) unfortunately i always get the following exception ... java.sql.SQLException: [Microsoft][ODBC Microsoft...

Part and Inventory Search

Back
Top