Ask a Question related to ASP Database, Design and Development.
-
William Tasso #1
Re: Loading delimted file into Access with ASP on the fly
Ed Kautz wrote:
As Bob said: don't instantiate an Access object on the server.> I can import a comma delimted file into Access using 'Get
> External Data' and the wizard and it creates the table
> using the first record delimted data as the table field
> names, then populates the table.
>
> Is this possible to do using ASP? If so, how would I go
> about it?
you can use fso/readline to get a record from the text file. then use
split(rowtext,delimiter) to build an array. Then populate your table using
SQL in the normal fashion.
--
William Tasso - [url]http://WilliamTasso.com[/url]
William Tasso Guest
-
Loading PDF file
:confused; I've done what Contribute tells me to do about loading a PDF file from my computer. I get the file into the edit box but there is a... -
How to clean file cache before loading PDF file ?
Hi, I have one application in which we open PDF file inside it using the following api . BOOL ok = m_pAcroAVDoc->OpenInWindowEx (pszPathName,... -
Writing a comma delimted text file using CFFILE
Can someone please tell me what is the proper syntac for writing a comma delimited text file. In the CFSET tag when I name the variable for the... -
Network File access using anonymous access
I have seen a number of entries related to accessing remote resources (files in my case) that need to reside on a remote server. We must leave our... -
loading swf file into another one
Hi, What scripts do I use to load a Flash file into another Flash file. Thanks. H



Reply With Quote

