Click to See Complete Forum and Search --> : Take records from database to txt file


Leite33
September 27th, 2006, 03:09 AM
Hi
Hello, i made an application in C++Builder to save pictures in database. So i used ADOConnection and blob method .You see the pics in dbgrid on application. I want to save that records of dbgrid in file is this possible that?
Any code ideas; The file i want to be txt... Not to use ADOTAble1->SaveToFile("c:\\kain.txt") because dont work