Ask a Question related to ASP Database, Design and Development.
-
Robert Mark Bram #1
ASP Connection String for Flatfile database?
Hi All!
Could someone please give me an example of a connection string for a flat
file database or point me to a good resource for how I can build one?
Thank you for any advice!
Rob
:)
Robert Mark Bram Guest
-
convert string to safe string before adding to database
Hi I am updating a site for a client who is running CF5. The update and insert queries break when the user uses inverted commas ". I currently... -
DB Connection String
Hi, I need to store the database connection string inside web.config file. What would be the best way to encrypt and decrypt it? Thanks, Ali -
database connection string...
I want to store a database connection (includes username & password) for my asp.net app, currently I have it stored in the web.config file - I know... -
Connection String to connect to SQL Server Database
http://www.able-consulting.com/ADO_Conn.htm Brian Staff -
database connection string encryption and decryption
Hi I want to encrypt the database connection string and add it to web.config file. Before connecting to the database I want to decrypt it. Can... -
Ken Schaefer #2
Re: ASP Connection String for Flatfile database?
What type of "flat file database"? Do you mean a CSV file?
[url]http://www.able-consulting.com/ADO_Conn.htm[/url]
has lots of connection strings.
Cheers
Ken
"Robert Mark Bram" <none> wrote in message
news:40a6ce9e$0$31678$afc38c87@news.optusnet.com.a u...
: Hi All!
:
: Could someone please give me an example of a connection string for a flat
: file database or point me to a good resource for how I can build one?
:
: Thank you for any advice!
:
: Rob
: :)
:
:
Ken Schaefer Guest
-
Jeff Cochran #3
Re: ASP Connection String for Flatfile database?
On Sun, 16 May 2004 12:15:25 +1000, "Robert Mark Bram" <none> wrote:
Flat file isn't the issue, the type of file is. Most flat file>Could someone please give me an example of a connection string for a flat
>file database or point me to a good resource for how I can build one?
databases are text files, CSV, TXT or the like, delimited by
characters for fields and records. BUt an Excel spreadsheet file can
be a flat file database, and it could be a binary file delineated by
field and record character lengths.
So, that said, you need to know what type of flat file structure you
are using, then find a connection method for it. Take a look here:
[url]http://www.able-consulting.com/ADO_Conn.htm[/url]
Look for the Text/CSV files if you have no idea what you're using.
Jeff
Jeff Cochran Guest



Reply With Quote

