Re: MySQL & Delphi

2001-09-02 Thread Elizabeth Alderton
Hi Well, I've no experience with ADO's, but I'm using Zeos components and I've not had any () problems. Here's the url http://www.zeoslib.org/. They're free and they don't use ODBC, but rather libmysql.dll which was described to me by my ISP as 'more secure' - whatever that means! They have

Re: Encryption of Data

2001-08-23 Thread Elizabeth Alderton
m the server -> client and from client - > server. Thanks for suggesting cron - can you tell me what it is? Regards Elizabeth -Original Message- From: Jeremy Falcon <[EMAIL PROTECTED]> To: Elizabeth Alderton <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]&g

Re: Data Encryption

2001-08-23 Thread Elizabeth Alderton
it anyway? We wouldn't need SSH or SSL then would we? Or is that too simplistic? Regards Elizabeth -Original Message- From: Charles Williams <[EMAIL PROTECTED]> To: Elizabeth Alderton <[EMAIL PROTECTED]>; [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 22 August 2001 2

Re: Data Encryption

2001-08-23 Thread Elizabeth Alderton
Dear Chris I'm sorry to be really ignorant, but what is VPN? Any suggestions are welcome! Regards Elizabet -Original Message- From: Chris Lathem <[EMAIL PROTECTED]> To: Elizabeth Alderton <[EMAIL PROTECTED]> Date: 22 August 2001 21:21 Subject: Re: Data Encryption &g

Data Encryption

2001-08-22 Thread Elizabeth Alderton
If I do a SELECT query to bring data down to a PC (this is being done through Delphi) how can I encrypt the data so that it comes safely? Equally when doing UPDATE and INSERT in the other direction I would want to encrypt the data. Can anyone help please? We can't afford to use ssh - we would h

Data Encryption

2001-08-22 Thread Elizabeth Alderton
If I do a SELECT query to bring data down to a PC (this is being done through Delphi) how can I encrypt the data so that it comes safely? Equally when doing UPDATE and INSERT in the other direction I would want to encrypt the data. Can anyone help please? Regards Elizabeth

Encryption of Data

2001-08-22 Thread Elizabeth Alderton
If I do a SELECT query to bring data down to a PC (this is being done through Delphi) how can I encrypt the data so that it comes safely? Equally when doing UPDATE and INSERT in the other direction I would want to encrypt the data. Can anyone help please? Regards Elizabeth

Re: libmysql - secure connection

2001-08-22 Thread Elizabeth Alderton
Hi thanks I'm glad there's hope! This is proving to be extremely difficult! Regards Elizabeth -Original Message- From: Jeremy Zawodny <[EMAIL PROTECTED]> To: Elizabeth Alderton <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Date: 21 A

libmysql - secure connection

2001-08-20 Thread Elizabeth Alderton
If I'm using libmysql to connect from Delphi to mysql - does it automatically provide a secure connection then? Regards Elizabeth

Data Security

2001-08-20 Thread Elizabeth Alderton
Hi everyone Does anyone know if a secure socket is automatically established when: 1.The server running my-sql (a unix box) is secure and 2.You use Delphi, via Zeus components, to connect to it and upload/download data ? Thanks everyone! Regards Elizabeth

Delphi and Mysql - Data Security

2001-08-18 Thread Elizabeth Alderton
I am using Delphi to connect to and update data on a mysql server. Is there any problem with data security? Will it automatically establish a secure connection? Thanks everyone for all your help. Elizabeth

UPDATE QUERY

2001-06-29 Thread Elizabeth Alderton
Can anyone give me a pointer as to whether an update query, similar to below, is possible - and if so how? (I've put it in caps since that's the way it is typed in mysql) UPDATE SUBCATEGORY SET CATID=CATEGORY.CATID WHERE SUBCATEGORY.ORGID=CATEGORY.ORGID SUBCATEGORY and CATEGORY are table nam