Hi friends!
I'm trying to connect a ms access DB to add new records. The problem is when
my servlets begins running I see in the console of servletrunner the
following

bla bla bla
My_servlet's_name: init

and that is all.
Some strange sounds come from my HDD and then servlet activation stops I
think.
Then when I look into the file "odbc.log" I see lots of things which I do
not know how to interpret. Such as:

I take the parameters from a form and then make a SQL statement from those
parameters and then execute that query. Is there anything wrong with this?

Thanks for all. I appreciate all suggestions.
Oguz

servlets -s ser fff37081:fff0ac79 ENTER SQLAllocEnv
  HENV *              0x04fbedf4

servlets -s ser fff37081:fff0ac79 ENTER SQLAllocConnect
  HENV                0x057b0e00
  HDBC *              0x04fbedf0

servlets -s ser fff37081:fff0ac79 EXIT  SQLAllocConnect  with return code 0
(SQL_SUCCESS)
  HENV                0x057b0e00
  HDBC *              0x04fbedf0 ( 0x056b1880)

servlets -s ser fff37081:fff0ac79 ENTER SQLDriverConnectW
  HDBC                0x056b1880
  HWND                0x00000000
  WCHAR *             0x057b0fb4 [      -3] "DSN=TYWC;UID=;PWD="
  SWORD                       -3
  WCHAR *             0x056b1900
  SWORD                      512
  SWORD *             0x04fbece4
  UWORD                        0 <SQL_DRIVER_NOPROMPT>

servlets -s ser fff37081:fff0ac79 EXIT  SQLDriverConnectW  with return code
0 (SQL_SUCCESS)
  HDBC                0x056b1880
  HWND                0x00000000
  WCHAR *             0x057b0fb4 [      -3] "DSN=TYWC;UID=;PWD="
  SWORD                       -3
  WCHAR *             0x056b1900 [     240]
"DSN=TYWC;DBQ=C:\JavaWebServer1.1.3\servlets\MDB.mdb;DriverId=25;FIL=MS
Access;MaxBufferSize=512;PageTimeout=5;UID=admin;"
  SWORD                      512
  SWORD *             0x04fbece4 (240)
  UWORD                        0 <SQL_DRIVER_NOPROMPT>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to