Re: Java problem
From: John Bell (jrm_bell@hotmail.com)
Date: 03/16/03
- Next message: Howard Long: "Re: my sqlserver process is continualy probing external ip addreses!"
- Previous message: WeatherForums: "Like to Discuss Weather?-Come Join! Heres our Newsletter for Sunday!"
- In reply to: Dark_Phonex: "Java problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
From: "John Bell" <jrm_bell@hotmail.com> Date: Sun, 16 Mar 2003 08:28:13 -0000
Hi
Your solution of dropping the database and re-creating it would tend to
imply that there is data corruption, therefore you should use one of the
other utilities (Query Analyser/osql) to verify what data is present in the
database. This does not seem to be the most obvious scenario, I would first
suspect the driver you are using or some error in your program itself. You
may want to make sure you have the latest version of the driver, the latest
version of MDAC and you SQL Server is on a recent service pack. If you are
using connection pooling I would also make sure that it is working
correctly. This could also be a problem in your SQL statement if you are
concatentating NULL values, again use of Query Analyse or osql will verify
that the data is correct.
John
"Dark_Phonex" <dark_phonex@hotmail.MUSTDELETE.com> wrote in message
news:#jna2s06CHA.2364@TK2MSFTNGP12.phx.gbl...
> Hi, Am connecting to sql server server. And sometimes when I run a query
I
> get malformed strings back, and also some times I will get the data back
> twice. Have checked the tables and the data is only there once. The only
> way I can fix this is by dropping the entire datrabase and recreating it.
>
> Am logint in with a unique a/c
>
> Any help would be appreatected.
>
> Thanks.
>
>
- Next message: Howard Long: "Re: my sqlserver process is continualy probing external ip addreses!"
- Previous message: WeatherForums: "Like to Discuss Weather?-Come Join! Heres our Newsletter for Sunday!"
- In reply to: Dark_Phonex: "Java problem"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|