Re: No Warnings after changed data

2002-06-10 Thread Mark Matthews
- Original Message - From: "Charlie Thunderberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 8:23 AM Subject: RE: No Warnings after changed data > Hello, > > I think that my problem boils down to the unimplemented getWarnings()

RE: No Warnings after changed data

2002-06-10 Thread Charlie Thunderberg
Hello, I think that my problem boils down to the unimplemented getWarnings() method in the mm. JDBC driver. If it was implemented, I could detect if the data was e.g. truncated. Can anybody help me find an implementation for this method? Thank you again, Charlie Hi. :I'd like to find out

No Warnings after changed data

2002-06-08 Thread Charlie Thunderberg
Hi All, I'd like to find out how I could convince mysql to generate warnings whenever the data I want to insert is modified by the server. E.G. CREATE TABLE test (value real); INSERT INTO test VALUES ('a1'); I am programming in JAVA using JDBC. Thanks for any answers! Charlie _