Hi
I have one application written by Delphi.
Whit this application 2 files stay around with .sam extension.
This application include more data records and it can search on the records.
can you help me what is this .sam database file???
I read first line of 2 files and see this statement: "MAMA MYLA RA"
when I see resource of exe file I found this statement:
Code:
Provider=Microsoft.Jet.OLEDB.4.0;User ID=Admin;Data Source=SADE\DB\Icon.mdb;
Mode=Share Deny Write;Extended Properties="";Persist Security Info=False;
Jet OLEDB:System database="";Jet OLEDB:Registry Path="";Jet OLEDB:Database Password="";
Jet OLEDB:Engine Type=5;Jet OLEDB:Database Locking Mode=0;Jet OLEDB:Global Partial Bulk Ops=2;
Jet OLEDB:Global Bulk Transactions=1;Jet OLEDB:New Database Password="";
Jet OLEDB:Create System Database=False;Jet OLEDB:Encrypt Database=False;
Jet OLEDB:Don't Copy Locale on Compact=False;Jet OLEDB:Compact Without Replica Repair=False;
Jet OLEDB:SFP=False
but mdb file not exist !!!!
The folder contains these files:
pictures.sam 130 MB
icons.sam 91 KB
data.sam 217 MB
AppName.exe 1.8 MB
logos.sam 2.5 MB
can you help me to export data from data.sam to valid db format?
regards
