Link to home
Start Free TrialLog in
Avatar of Nayel
Nayel

asked on

mdb files at runtime in delphi6

I would like to send some tables in sqlserver to an ftp site as one mdb file.
How kan I make mdb files at runtime in delphi
Avatar of Stuart_Johnson
Stuart_Johnson

Here's some code to create the MDB file:
http://delphi.about.com/library/weekly/aa072401a.htm

You'll need to chose your FTP client component.  It depends on the version of Delphi you're using.  Delphi 6+ has very a adequate FTP client.  For prior versions, you would be best off with F Piette's ICS components found at
http://www.rtfm.be/fpiette/indexuk.htm

The ICS components come with demos (from memory).  You can just adapt them to suit your needs.  The supplied Delpi components also have demos (in the Delphix\Demos folder).

Hope this helps get you started.

Cheers,

Stu
Avatar of Nayel

ASKER

I did not mean that, I have to export a table from a sql server to an mdb file to send it through ftp, the export has to be in runttime
ASKER CERTIFIED SOLUTION
Avatar of Stuart_Johnson
Stuart_Johnson

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Nayel

ASKER

I will try is, the ftp transfer is already done in my program.
Avatar of Nayel

ASKER

I am thinking about a solution for that problem,
first to make query on the tables in sql server and then I will create an mdb file, I will put that table in the mdb, after that I will send this mdb to the ftp site.
What do u think , because I am trying also TDS (Transfer Data Service) at run time, but i don't have an example , do u have one?
Nayel:
This old question needs to be finalized -- accept an answer, split points, or get a refund.  For information on your options, please click here-> http:/help/closing.jsp#1 
EXPERTS:
Post your closing recommendations!  No comment means you don't care.
Hi!
No comment has been added lately and this question is therefore classified abandoned.

If asker wishes to close the question, then refer to
https://www.experts-exchange.com/help/closing.jsp

Otherwise, I will leave a recommendation in the Cleanup topic area that this question is:

Answered by: Stuart Johnson

Please leave any comments here within the next seven days. It is assumed that any participant not responding to this request is no longer interested in its final disposition.

PLEASE DO NOT ACCEPT THIS COMMENT AS AN ANSWER!

...Snehanshu
EE Cleanup Volunteer