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 strongm 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. jfdutcher

    Problem with servlet using SQLite

    The piece of code below illustrates an issue with the servlet. The servlet always runs without abending....but it will only either make one 'insertion' OR it will open the database and do the retrieval into a result set....but will not do both in the same execution. Further, when 'inserting' it...
  2. jfdutcher

    Error 2003 – Can’t Connect to MySQL Server on ‘Localhost’.

    After installing MySQL Ver 4.1.7 on Win 2000 without incident I start the engine which shows: .... mysqld: ready for connections. Version: '4.1'7' socket: '' port: 0 Source Distribution Perhaps not surprisingly, when I try to do "mysql" to get the command prompt it reports that a connection...
  3. jfdutcher

    VB Random Files containing arrays

    Can anyone comment on whether or not VB 5.0, 6.0, which allows record definition 'types' to contain arrays (which my MS-DOS QBASIC compiler apparently does not), inserts some sort of 'slack bytes' or other character(s) in front of each array in the file. I write the file containing arrays with...
  4. jfdutcher

    Fujitsu gives 'INV-DELMTR' error on input

    I have a program tryng to read a flat file, undelimited written with MS-DOS QBASIC. The records are fixed length as a long string of bytes which are 'logical' records and which QBASIC reads and writes nicely with the 'random' file option. This treats the file as a series of regular, fixed length...

Part and Inventory Search

Back
Top