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 TouchToneTommy 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: *

  • Users: sohjai
  • Content: Threads
  • Order by date
  1. sohjai

    database with different language

    I have a MS Access database and I would like to use servlet to retrieve information from that. When I input some chinese character on web browser and print the sql using System.out.println(), then I found the the character changed to something like "select * from test where name like...
  2. sohjai

    cannot get the result from db

    I wrote this code to connect a MS Access database. import java.sql.*; public class Temp { public static void main(String args[]) { Connection con; try{ Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); con = DriverManager.getConnection...
  3. sohjai

    ISAM

    I have a connection string strconn="Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & _ Server.MapPath("test.mdb") & ";PWD=1234" and when I tried to connect to the database then I got a error message : Cannot Find Installable ISAM so may I ask what is...
  4. sohjai

    straight line?

    Can anyone tell me how can I draw a vertical straight line at X = 500 on the paper using printer object???
  5. sohjai

    print a table

    Hi everyone, I am new in VB and I would like to know how to print a 4*3 table using the printer object?
  6. sohjai

    Check whether the recordset is set to Nothing

    Can anyone tell me how to check whether the recordset is set to nothing or not??? Please help me~~~~
  7. sohjai

    How to check whether a recordset is closed?

    What I want to know is, how can I check whether a recordset is closed or not?? This is my first time to write VB code, I guess this might be a very simple question, but I really have no idea how to do it at the moment.........

Part and Inventory Search

Back
Top