Ask a Question related to ASP Components, Design and Development.
-
groups1@rocketmonkeys.com #1
Using JET in a file dsn (FILEDSN)
I'm aware of the DSN-less method of using the Jet ODBC driver for
Access:
But is there a way to use the JET ODBC driver from a file dsn?> call connection.Open( "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & database_filename )
.... but what goes in example.dsn??> call connection.Open( "FILEDSN=example.dsn" )
I've tried many recommended methods (from MS and 3rd parties), and none
of them work. Does anyone have any *working* FileDSN's with Jet?
NOTE: I'm not interested in DSN-less connections, "Access Driver" file
DSN's, etc. Just trying to figure out if Jet and FILEDSN can work
together. I'm aware of many workarounds, just trying to figure out if
there is a way to do this specifically.
Thanks all in advance,
James
groups1@rocketmonkeys.com Guest
-
problem in binding xml file data to datagrid xml file isgenerated through JSP file
problem it that i am creating xml file using JSP file and i want to bind DataGrid with xml file data that is created using JSP but it will not Bind... -
Database Connection thru FileDSN
I am new to ASP.NET . I am currently using file dsn to locate my ms access database using ASP. Is this also possible for ASP.NET? If yes, can you... -
File Viewer / Bloated file sizes / What is the best file format?
I would like to find a viewer capable of looking at the main Adobe formats as well as the standard formats such as JPG and WMF ... but yet the only... -
[BUG] File#rewind, File#syswrite, File#pos on Cygwin build
On the cygwin build of ruby v1.8.0, I have encountered a strange bug when using rewind, syswrite and pos. If you open a file in read/write mode,... -
Confused about locking a file via file.flock(File::LOCK_EX)
I am writing a ruby appl under AIX where I need to update the /etc/hosts table. I would like to make sure that during my update nobody else can...



Reply With Quote

