MyODBC - displaying EUC-JP characters

2001-03-07 Thread Thiru
ysql character definitions from the charsets directory into the c:\mysql\share\charsets. how do I do this, where do I find the charsets? Does ODBC look for charsets under c:\mysql\share\charsets always? Is there a way I can tell ODBC to perform the encoding always? Am I missing anything? Please

Re: INSERT DELAYED crashes Mysql 3.23.33

2001-02-22 Thread Thiru
FROM TABLE .. before issuing the INSERT command. i.e. the table is empty when I INSERT. -Thiru On Thu, 22 Feb 2001 18:52:48 +0300 "Artem Koutchine" <[EMAIL PROTECTED]> wrote: -> Hi! -> -> I am trying to insert 1 000 000 records into a very simple -> table: -> -

Re: Re : Question???

2001-02-21 Thread Thiru
I havent done any FoxPro pgmming but if u could you get the error message returned from Mysql.. It sounds like user privilege problem... Cheers! Thiru On Thu, 22 Feb 2001 11:15:23 +0800 "edith" <[EMAIL PROTECTED]> wrote: -> Dear Sir/Madam, -> I'm a Visual Fo

Re: JDBC question?

2001-02-16 Thread Thiru
ote: when including jar or zip U have to include the fileName. Cheers! Thiru PS: U find extensiv dos on setting classpath. go to www.javasoft.com On Fri, 16 Feb 2001 20:29:27 +0800 Chen Ka Pong <[EMAIL PROTECTED]> wrote: -> I cannot use the jdbc connection which the driver is downloa

Re: storing files in database

2001-02-16 Thread Thiru
Are U going to search thru the XML data in the future? If so U have to be carefull .. If not, depending on size u have these options 1. text(64K) or blob(64K) 2. mediumtext(16MB) or mediumblob(16MB) Cheers! Thiru If U may search thru the XML data at some point, On Fri, 16 Feb 2001 14:35

Re: Good tutorial sites

2001-02-15 Thread Thiru
;),'Y','Y','Y'); For test purpose let all priv fields be 'Y'. Then try again it shud work. Cheers! Thiru On Thu, 15 Feb 2001 22:28:31 -0700 "Mike" <[EMAIL PROTECTED]> wrote: -> Hi All -> -> Where are some good tutorial sites

Re: If, then, else . . .

2001-02-15 Thread Thiru
OM table; will do perfect. Cheers! Thiru On Thu, 15 Feb 2001 16:32:25 -0700 John Halladay <[EMAIL PROTECTED]> wrote: -> If I am querying a field that has either "a" or "b" as a value and I want a -> second field's value to be dependant on the first field&#x

Re: executing script file

2001-02-15 Thread Thiru
U can try this for simple scripts... [prompt]$ mysql -u UserNm -pPasswd -h HostName -e "select * from someTable"; is this what U want?? cheers! -Thiru -> Hi, -> -> I didn't find any information on possibility to execute script file. -> On oracle it is poss

Performance of Mysql updation ..

2001-02-13 Thread Thiru
some config options to my.cnf etc.. Please help. Thiru -o0o "There is no finish line, you can always learn" "You have to keep pressure on yourself, you have to work on your weaknesses".

Re: installing mysql 3.23.33 rpm on RH7

2001-02-13 Thread Thiru
l_db_install several times, but failed. So I got the source distribution and reinstalled from scratch. Anyone faced similar pblms??? Cheers, Thiru -> -> Pls advise on the correct installation procedure. -> -> Thanks. -> -