Re: Does anyone know which database engine creates .TDB files?
The extension may simply be generated by the app and not indicate the actual
database used.
Many db's have a string at the beginning of the file to indicate which
database is being used. If you e.g. rename file to .doc extension and open
it in ms word then you can see this text.
Rael
"HTS" <hendrikAtEthniks.co.za> wrote in message
news:46d812b3@xxxxxxxxxxxxxxxxxxxxxxxxx
It is a custom Delphi app using the database. I don't know what happened
to the original developer or source.
Thanks for all the replies, I will try the suggestions and see if I can
access it.
"HTS" <hendrikAtEthniks.co.za> wrote in message
news:46d73d3c@xxxxxxxxxxxxxxxxxxxxxxxxx
Thanks
.
Relevant Pages
- Re: Running other applications
... associated with a file type (extension). ... file and calling FindExecutable: ... ByVal lpDirectory As String, ByVal lpResult As String) As Long ... > The app is a program called Data Junction. ... (microsoft.public.vb.general.discussion) - Re: Auto truncate a string to be inserted to SQL table
... some of the database settings that correspond to SET options are essentially worthless as they ... >> truncating the string and not returning any errors. ... >>> Actually what I want to do is truncate the string using any method at MSSQL ... The app will insert record to SQL table at the ... (microsoft.public.sqlserver.programming) - Re: string formatting
... replace string to make the extension an optional input: ... > for each country then you could store the regular expression and regular ... > expression replace string in a single filed in the database. ... (microsoft.public.dotnet.languages.csharp) - Re: Delphi bugs and "moving" to Visual Studio debate
... >> So you are still seeing Delphi as a DB extension, ... I said many enterprise settings ... My last app: a factory ... In our company it is prohibited to have database specific code. ... (borland.public.delphi.non-technical) - Re: Find out the database name from the connection string
... If you're already connected to the database, ... going to be any more of a performance hit than string parsing. ... In your app config file, keep the parameters you want separate and then ... There is no magic string parser that will look at a connection string ... (microsoft.public.sqlserver.server) |
|