Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.databases > #387
| From | "John B. Matthews" <john.b..matthews@THRWHITE.remove-dii-this> |
|---|---|
| Subject | Re: Client_Multi_Result F |
| Message-ID | <nospam-0C664C.12421806122008@nntp.motzarella.org> (permalink) |
| Newsgroups | comp.lang.java.databases |
| References | <dd147344-6c34-4f15-bfac-58a2093deba7@v5g2000prm.googlegroups |
| Date | 2011-04-27 15:23 +0000 |
| Organization | TDS.net |
To: comp.lang.java.databases In article <dd147344-6c34-4f15-bfac-58a2093deba7@v5g2000prm.googlegroups.com>, Zhane <zhane84@gmail.com> wrote: > I tried to port my procedures to a web mysql server. > > it was running well when it is on my pc. but when i port it to the > server, it does not allow me to output the result set. > > i checked it online, it seem to be related to the client_multi_result > flag. i'm using mysql-connector... how can I set this flag? You may want to compare JDBC driver versions on client and server: <http://dev.mysql.com/doc/refman/6.0/en/connector-j-reference-implementat ion-notes.html> It may be possible to set CLIENT_MULTI_RESULT in the JDBC connect string: <http://dev.mysql.com/doc/refman/6.0/en/connector-j-reference-configurati on-properties.html> -- John B. Matthews trashgod at gmail dot com http://home.roadrunner.com/~jbmatthews/ --- * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet! --- Synchronet 3.15a-Win32 NewsLink 1.92 Time Warp of the Future BBS - telnet://time.synchro.net:24
Back to comp.lang.java.databases | Previous | Next | Find similar
Re: Client_Multi_Result F "John B. Matthews" <john.b..matthews@THRWHITE.remove-dii-this> - 2011-04-27 15:23 +0000
csiph-web