Re: converting from foxpro to mysql ???????

2002-11-28 Thread toby z
thnx fo takin the time to reply anyways . :(

toby ..







From: Tonu Samuel [EMAIL PROTECTED]
To: toby z [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: converting from foxpro to mysql ???
Date: 28 Nov 2002 11:47:45 +0200

On Wed, 2002-11-27 at 17:05, toby z wrote:


 ok guyz i need some inside info .

 plz help me with:

 2. if i ve to conver a db in foxpro to mysql or sql which one should i
 preffer and y 

pz do nt use thz hax0r w0rdz

It is really hard to read. Many people here do not speak english
natively and even just using plain english is complicated.

I am not going to read further about your problem. Sorry.

  Tonu


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail 
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



converting from foxpro to mysql ???????

2002-11-27 Thread toby z


ok guyz i need some inside info .

plz help me with:

1. there aint no foreign keys in mysql then what can i do about  cascading 
updates, deletes and all


2. if i ve to conver a db in foxpro to mysql or sql which one should i 
preffer and y 

3. and while im converting the foxpro db to mysql what will i ve to loose 
 the common pitfalls ..


4. n finally do i have anyother choice of open source database (cheapest if 
not completely free) for this conversion ?



id be eternally gratefull if anyone cud guide me thru this ..


thnx a billion zillion guyz .

toby ..


_
Help STOP SPAM with the new MSN 8 and get 2 months FREE*  
http://join.msn.com/?page=features/junkmail


-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



Re: search query crashing mysql ..... :S

2002-11-26 Thread toby z
thnx gerald

plz tell me how can i run the qoute() function on $srch

i tried to look the function up in mysql doccumentation online but no luck 
.


thnx a million

toby ..






From: gerald_clark [EMAIL PROTECTED]
To: toby z [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: search query crashing mysql . :S
Date: Mon, 25 Nov 2002 09:17:43 -0600

You did not run the quote() funcion on $arch.
If $arch contains any special characters, it will break your query.

toby z wrote:




hay guyz

im havin  a weired problem

i ve this search query

$srch_qry =  select ctnt_inf.* from ctnt_inf .
 where (match (firstName ) against (\.$srch.\) .
 or match (lastName ) against (\.$srch.\) .
 or match (summary ) against (\.$srch.\) .
 or match (body) against (\.$srch.\) .
 or match (title ) against (\.$srch.\) );


$srch_qry_hndl = mysql_query ($srch_qry)
or die ('qry failed !  DA tbl must xixt in DA db specifyd bov  :s');


n im gettin bizzar results .


i)sometimes it works perfect showin all the results


ii)n some times it missbehavez . shows a sorry note for the strings i 
KNOW exist in the full text fields im serchin on .



iii)but most of the times  it crashes mysql . :S
i get thid msg box declaring mysql is gonna shut down



now
1. i ve got win 2K pro, php 4.2.2, mysql  3.23.39 , apache 1.3.24

2. im workin with unicode text n most of the fulltext fields im searching 
on are unicode


guyz im all stuck with this query
plz hlp


thnx a mill

toby ..




_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail


-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail 
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php





-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail 
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php


_
MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. 
http://join.msn.com/?page=features/virus


-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



search query crashing mysql ..... :S

2002-11-24 Thread toby z


hay guyz

im havin  a weired problem

i ve this search query

$srch_qry =  select ctnt_inf.* from ctnt_inf .
	 where (match (firstName ) against (\.$srch.\) .
		 or match (lastName ) against (\.$srch.\) .
		 or match (summary ) against (\.$srch.\) .
		 or match (body) against (\.$srch.\) .
		 or match (title ) against (\.$srch.\) );


$srch_qry_hndl = mysql_query ($srch_qry)
or die ('qry failed !  DA tbl must xixt in DA db specifyd bov  :s');


n im gettin bizzar results .


i)sometimes it works perfect showin all the results


ii)n some times it missbehavez . shows a sorry note for the strings i 
KNOW exist in the full text fields im serchin on .



iii)but most of the times  it crashes mysql . :S
i get thid msg box declaring mysql is gonna shut down



now
1. i ve got win 2K pro, php 4.2.2, mysql  3.23.39 , apache 1.3.24

2. im workin with unicode text n most of the fulltext fields im searching on 
are unicode


guyz im all stuck with this query
plz hlp


thnx a mill

toby ..




_
Add photos to your messages with MSN 8. Get 2 months FREE*. 
http://join.msn.com/?page=features/featuredemail


-
Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



making two fields primary key ????

2002-10-12 Thread toby z

hi guyz

i ve to alter my table n make two fields primary key
(well the combination of the two to be xact)

any idea how to do dis ?


thnx a mill

toby





:S:S:S:S:S:S:S mysql query :S:S:S:S:S:S:S



_
Join the world’s largest e-mail service with MSN Hotmail. 
http://www.hotmail.com


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: storing PDF files in mysql ?????

2002-10-10 Thread toby z

thnx jan

vat im planning to do NOW is
ill store path to the pdf file in the db
as i ve been told the files r gonna take a hell lotta space (n i ve planty 
of them)

secondly i ll keep the TEXT of these pdf files in the db for indexing n them 
compare search keywordz with these n throw out the matching pdf file (no 
other way i can see about it)

third pal
if u ve ever worked with these thinggyz
i cant figure out how to disabble text selection while im cpnverting word to 
PDF so that nobdy can copy the files
(im using acrobat dissteller for conversion if this helps)


thnx a mill

toby ..


From: Jan Steinman [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Subject: RE: storing PDF files in mysql ?
Date: Wed, 9 Oct 2002 12:58:33 -0700

 From: Sqlcoders.com Programming Dept [EMAIL PROTECTED]
 
 You should look into (via google.com) some doc to pdf converters. An 
example
 is this com object: 
http://www.convertzone.com/doc2pdfcom/help.htm#HowtoBuy,
 it costs $219 and converts .doc to .pdf.

That's $219 saved if you're on MacOS X, since PDF conversion is universally 
available to any application that can print.

 Once you have the document in PDF, it's a relatively trivial action to 
store
 the documents in your MySQL database.

Using BLOBs, I assume? I believe the original quester also wanted to be 
able to search them, which I believe is non-trivial! You can't simply slap 
a FULLTEXT index on them, right?

It seems to me one would have to create an index BEFORE putting the PDFs in 
MySQL, then add that index as a separate FULLTEXT field.

 SQL SQL SQL SQL SQL SQL SQL SQL SQL SQL SQL SQL SQL SQL SQL 

--
: Jan Steinman -- nature photography: http://www.Bytesmiths.com
: Bytesmiths -- artists' services: http://www.Bytesmiths.com/Services
: Join the forums at http://www.Bytesmiths.com/wiki


-
Before posting, please check:
http://www.mysql.com/manual.php   (the manual)
http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail 
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: storing PDF files in mysql ?????

2002-10-09 Thread toby z

thnx guyz

1) i m tryin to put the pdf file into a blob field but i cant insert it like 
normal text how shall i go about inserting it 



2) i m in the process of converting the word doccuments to pdf got this 
acrobat disteller n m havin a million probz with that alone like the 
security issue

I NO THIS IS THE WRONG LIST SORRY FOR THIS Q BUT .. has anyone worked with 
this thing n wouldnt mind me mailin him/her plz do lemme no


guyz plz hlp .

thnx a billion

toby


From: Sqlcoders.com Programming Dept [EMAIL PROTECTED]
To: toby z [EMAIL PROTECTED],list mysql [EMAIL PROTECTED]
Subject: RE: storing PDF files in mysql ?
Date: Tue, 8 Oct 2002 21:47:23 -0600

Toby,
If I understand correctly you want to perform two distinct actions:
1. Convert Microsoft Office Word .doc files into .pdf
2. Store those pdf's in MySQL.

You should look into (via google.com) some doc to pdf converters. An 
example
is this com object: 
http://www.convertzone.com/doc2pdfcom/help.htm#HowtoBuy,
it costs $219 and converts .doc to .pdf.

If you can convert the .doc's into .html files, you might be able to get
away with using Adobe's free email converter service.
Email the HTML document to [EMAIL PROTECTED], wait an hour or so, and
you'll find a pdf version in your inbox.
(There's also a [EMAIL PROTECTED] address if you dont want to use html, but
I think you wanted to keep formatting).

Once you have the document in PDF, it's a relatively trivial action to 
store
the documents in your MySQL database.

HTH,
William.

  -Original Message-
  From: kayamboo [mailto:[EMAIL PROTECTED]]
  Sent: 08 October 2002 18:20
  To: toby z
  Cc: list mysql
  Subject: Re: storing PDF files in mysql ?
 
 
  I think if you decide to store in the blob,
  whatever it is, a pdf or jpeg or bmp, it is going to be in binary 
format.
  While you need to display it back, just convert them back to
  whatever format
  you like.
 
  Else there is always the choice of just storing the path in your 
database.
 
  By the way, which language you are using to write your applications.
  If it is delphi, I can send you some sample code
 
 
  regards
 
  - Original Message -
  From: toby z [EMAIL PROTECTED]
  To: [EMAIL PROTECTED]
  Cc: [EMAIL PROTECTED]
  Sent: Wednesday, October 09, 2002 1:14 AM
  Subject: Re: storing PDF files in mysql ?
 
 
   thnx rich
  
   but u see the problem iz my clients want their text IN pdf format to 
be
  
   displayed with all these colors on the page in other  words they want
  
   their sites layout to be maintained on the pages showing this pdf text
  
   as they are pretty concerned bout security
  
  
   so what do i do now 
  
  
   thnx a mill
  
   toby
  
  
  
   From: R.Dobson [EMAIL PROTECTED]
   To: toby gibbson [EMAIL PROTECTED]
   CC: [EMAIL PROTECTED]
   Subject: Re: storing PDF files in mysql ?
   Date: Tue, 08 Oct 2002 16:35:56 +0100
   
   
   hi,
   2 ways to do this:
   
   a) don't store the file actually in the db but store the path to it.
   
   b)use the function LOAD_FILE(filename) to get the contents of
  a file as a
   string value and store as a blob.
   
   decide which to use depending on how many pics you have
   
   cheers
   Rich
   
   toby gibbson wrote:
   
   ok guyz more trouble
   
   now im supposed to convert all the text (from ms word) to PDF and 
put
  the
   pdf files in mysql db
   
   now i ve really got myslf stuck havent i
   
   can anyone plz hlp 
   
   thnx a million
   
   stuck az usual
   
   toby .
   
   
   
   _
   Chat with friends online, try MSN Messenger: 
http://messenger.msn.com
   
   
   
 -
   Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)
   
   To request this thread, e-mail [EMAIL PROTECTED]
   To unsubscribe, e-mail
   [EMAIL PROTECTED]
   Trouble unsubscribing? Try: 
http://lists.mysql.com/php/unsubscribe.php
   
   
   
   
   --
   
   Richard Dobson
   Database Administrator
   MRC Bright Study
   Clinical Pharmacolgy
   St Bartholomew's and the Royal London
   School of Medicine and Dentistry
   Charterhouse Square
   London EC1M 6BQ
   Tel: 020-7882-5670
   Mob: 07711-522926
   Fax: 020-7882-5672
   [EMAIL PROTECTED]
  
  
  
  
   _
   Send and receive Hotmail on your mobile device: http://mobile.msn.com
  
  
   -
   Before posting, please check:
  http://www.mysql.com/manual.php   (the manual)
  http://lists.mysql.com/   (the list archive)
  
   To request this thread, e-mail [EMAIL PROTECTED]
   To unsubscribe, e-mail
  [EMAIL PROTECTED]
   Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Re: storing PDF files in mysql ?????

2002-10-08 Thread toby z

thnx rich

but u see the problem iz my clients want their text IN pdf format to be

displayed with all these colors on the page in other  words they want

their sites layout to be maintained on the pages showing this pdf text

as they are pretty concerned bout security


so what do i do now 


thnx a mill

toby



From: R.Dobson [EMAIL PROTECTED]
To: toby gibbson [EMAIL PROTECTED]
CC: [EMAIL PROTECTED]
Subject: Re: storing PDF files in mysql ?
Date: Tue, 08 Oct 2002 16:35:56 +0100


hi,
2 ways to do this:

a) don't store the file actually in the db but store the path to it.

b)use the function LOAD_FILE(filename) to get the contents of a file as a 
string value and store as a blob.

decide which to use depending on how many pics you have

cheers
Rich

toby gibbson wrote:

ok guyz more trouble

now im supposed to convert all the text (from ms word) to PDF and put the 
pdf files in mysql db

now i ve really got myslf stuck havent i

can anyone plz hlp 

thnx a million

stuck az usual

toby .



_
Chat with friends online, try MSN Messenger: http://messenger.msn.com


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail 
[EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




--

Richard Dobson
Database Administrator
MRC Bright Study
Clinical Pharmacolgy
St Bartholomew's and the Royal London
School of Medicine and Dentistry
Charterhouse Square
London EC1M 6BQ
Tel: 020-7882-5670
Mob: 07711-522926
Fax: 020-7882-5672
[EMAIL PROTECTED]




_
Send and receive Hotmail on your mobile device: http://mobile.msn.com


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php