dsn
Troubles with JDBC-ODBC, DSN-less connection strings, and 64-bit Windows 7
I\'m dealing with an issue that has arisen for an application I\'ve been working on which connects to a Access file via JDBC-ODBC. On other Windows platforms, this issue hasn\'t been encountered, but[详细]
2023-01-18 07:27 分类:问答How to connect to Access Database via Data Sources (ODBC) using a mapped network drive?
I need to make a connection to an Access Database. In order to do that I created a System DSN. I had success making that connection using local files.[详细]
2023-01-11 05:55 分类:问答How to setup SQL database connection in Java application?
I need to make 开发者_JAVA技巧an application in Java , which needs to use SQL database . I wil provide the users with the database file , but that won\'t run because to setup the database connection w[详细]
2023-01-10 20:41 分类:问答Is it possible to create a DSN on a remote server in C#
I am trying to create a script such that I am given an array of server names and from these names I would like to create a system dsn on each of those respective machines.[详细]
2023-01-04 14:42 分类:问答unable to connect to database on a networked drive
I\'m trying to connect to an access database from a php script using ODBC. When I put the db on my local c: drive create a system DSN i can connect no problem, but when it\'s on the networked drive[详细]
2022-12-31 23:13 分类:问答How to create DSN for SQL Server using C#?
using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing;[详细]
2022-12-30 05:25 分类:问答ASP Classic, SQL 2008, XML Output, and DSN vs DSN-Less Produces Chinese Letters
I\'ve been having a problem for the past month and can\'t seem to figure out what is wrong. Here\'s the setup and a little background.[详细]
2022-12-28 05:05 分类:问答Adding linked table to Access 2003 while keeping ODBC connection info in MDB
I have an Access 2003 database MDB where all of the tables exist as linked tables within SQL Server 2005. The MDB file contains all of the ODBC information that points to the correct SQL Server and lo[详细]
2022-12-28 02:56 分类:问答Invoking SQL Loader with a DSN
I\'m trying to load some data to an Oracle database using SQL Loader. Is it possible to 开发者_StackOverflow社区invoke it with specifying the server to load the data into using a DSN instead of a TNS?[详细]
2022-12-22 17:41 分类:问答Using SQL DSN With SubSonic
I want to create a SQL connect开发者_如何学编程ion using DSN. Then I want to generate the DAL using Subsonic. Please can you give me some pointers on what to do?You don\'t need a DSN in these days (I[详细]
2022-12-18 11:16 分类:问答