RE: How to get machine independent unique id??

2006-06-02 Thread Neeraj
ttner <[EMAIL PROTECTED]>: > Neeraj - > > One idea might be to use both a client ID field and a record ID field to > uniquely identify records. This approach has benefits (easy to add > clients, doesn't require as much client setup or planning) and a > potentially

RE: Error message when I run mysqld command to start the server

2006-06-02 Thread Neeraj
You might have another mysql server running Stop you running server. Change the port and then try.. -Original Message- From: Swaroop.S [mailto:[EMAIL PROTECTED] Sent: Friday, June 02, 2006 3:38 PM To: mysql@lists.mysql.com Subject: Error message when I run mysqld command to start the s

How to get machine independent unique id??

2006-06-01 Thread Neeraj
) must remain unique in central database. These transaction ids are getting generated on client database.. Thanks in advance.. Cheers.:-) Neeraj Black Bits

RE: Problem in using LOAD DATA LOCAL INFILE

2006-06-01 Thread Neeraj
re are more than 1000 records in my text file.. Can you help Cheers ………:-) Neeraj Black Bits _ From: Harish TM [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 31, 2006 9:54 PM To: sheeri kritzer Cc: Neeraj; mysql@lists.mysql.com Subject: Re: Problem in using LOAD DATA LOCAL

RE: Problem in using LOAD DATA LOCAL INFILE

2006-05-31 Thread Neeraj
. data for all columns getting loaded in first column only and getting error line now data for other columns Hope you will find the solution Cheers.:) Neeraj Black Bits -Original Message- From: Harish TM [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 30, 2006 10:23 PM To: sheeri kritzer Cc

How to Use Unicode in vb.net???

2006-05-27 Thread Neeraj
???" in table data. And same when I retrieving data into vb.net form.. Can any one guide me how can i store, retrieve and query Unicode database with vb.net Regards, Neeraj Black Bits

Problem in using LOAD DATA LOCAL INFILE

2006-05-26 Thread Neeraj
is as follows LOAD DATA LOCAL INFILE 'd:\\data3.txt' INTO TABLE dsc FIELDS TERMINATED BY 'Ü\n' LINES TERMINATED BY '¢\n' (ch_code, name, info); Can any one help me in loading this file… Regards Neeraj Black Bits

RE: Query problem: UNION in subquery

2006-05-23 Thread Neeraj
15PatientID AS PtId FROM form15 f15 WHERE f15.Form15SampleTube6RnaBarcode IN ('01D2V','01DH6'))as abc Cheers :) Neeraj Black Bits -Original Message- From: Luke [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 24, 2006 9:36 AM To: mysql@lists.mysql.com Subject: Quer

RE: Selecting doubles in a table and setting all but the first

2006-05-23 Thread Neeraj
for all rows which matches table t1 data 4. in the last replace the field TYPE those matches you t1 and t2 data with '' blank or whatever. Seems it will solve your problem.. there are solution too, but this one is simplest and easy to understand . Cheers :-)

Re: MySQL on a website

2003-07-23 Thread Neeraj Vasudeva
i think your answer lies at http://www.brinkster.com I remember they have various plans ( paid one ) but they also have a free plan, u have to check up whether they give for MYSQL or not. Regards Neeraj - Original Message - From: Daniel Glenfield <mailto:[EMAIL PROTECTED]> To: &

ip address why shows diff. ?

2003-07-23 Thread Neeraj Vasudeva
sue command show processlist; Regards Neeraj Vasudeva

doskey feature in mysql !!

2003-07-19 Thread Neeraj Vasudeva
am not able to repeat the last query statement written on the mysql prompt, is there any way through which i could use this doskey sort of feature at mysql, so that i don't have to re-write the whole sql statement at mysql prompt. Regards Neeraj Vasudeva

tst msg

2003-07-19 Thread Neeraj Vasudeva
this is a test message

DBI + mysql

2002-02-03 Thread Neeraj Arora
database handle and use 'use $database' each time to change database. Can anybody throw some light as to which one is better and are there any problems involved? thanks -- Best regards, Neeraj mailto:[EMAIL

Re: MySQL with TOMCAT and JSP giving problems..

2002-01-17 Thread Neeraj Arora
I have been using mysql with Tomcat without any problems. Can you please give a more detailed version of your problem so that it can be helped out. take it easy Neeraj On Thu, 17 Jan 2002 00:53:12 -0800 Jeremy Zawodny <[EMAIL PROTECTED]> wrote: > On Thu, Jan 17, 2002 at 12:48:5

Re: Slow results with SELECT's that return large numbers of results

2001-12-05 Thread neeraj arora
you. Neeraj Chris Withers wrote: >Hi, > >If I have a SELECT that returns a large number of results, say > 1000, then >returns the results for the SELECT takes much over an order of magnitude longer >than if the results set had been, say, 100. > >Now, is there any way I can quic