Results 1 - 15 of about 36 sawaal for "dsn"
well Ajay, The general steps to configure an .mdb file is to create a File or System DSN. Then use that DSN name in your code to access the .mdb file.Setting up a DSN varies from provider to provider, hence I suggest you to request your Webserver provider to tell you the steps to create a DSN....The general steps to configure an .mdb file is to create a File or System DSN. Then use that DSN name in your
Posted in
Computers & Technology by Ajay Chawla at 1:38 AM on May 27, 2008
Tags
A DSN refers to a collection of information used to connect an ASP application to a particular ODBC-compliant database. The ODBC Manager uses this information to create the database connection....A DSN Data Source Name is an identifier which defines a data source for an ODBC driver.A DSN consists of information such as: Database name Directory Database driver User ID Password Under Unix, DSN
Posted in
Computers & Accessories by ArchanaDevi at 5:50 AM on November 13, 2008
The completely digital version of the PSTN....data source name...Data Source Name DSN provides connectivity to a database through an ODBC driver. The DSN contains database name, directory, database driver, UserID, password, and other information. Once you create a DSN for a particular database, you can use the DSN in an application to call information from the database. Three types of DSNs: System
Posted in
Computers & Technology by anish at 12:57 PM on October 14, 2007
simple. First, you need to understand that there are two ways to connect to a database. You can use a DSN or DSN-less connection, both accomplish the same thing. A DSN is a Data Source Name that is setup people do, you will need to contact them directly and ask them to setup the DSN for you. You will have to tell them where your database is located within your website and you will have to give the DSN a
Posted in
Computers & Technology by Prakhash at 8:56 PM on September 27, 2008
Well Bala Connecting SQL Server 2000 to PHP in Windows is a bit lengthy process.Following are the steps :1 Setting up your Data Source Name DSN :If you want to connect to SQL Server using ODBC, you must first set up a DSN. A System DSN allows you to connect to a database server using an alias rather than writing out a long connection string. To launch the DSN wizard Figure A, simply go to Start >
Posted in
Computers & Technology by baladutt at 7:18 PM on March 28, 2008
to select the Microsoft Access Driver .MDB and click on Finish button.f Enter the Data Source Name "SampleDSN" and click on Select to select the database i.e. select the database sample.MDB mapped to your local system and click OK.String dataSourceName = "SampleDSN";String dbURL = "jdbc:odbc:" dataSourceName;Class.forName"s un.jdbc.odbc.JdbcOdbcDriver";Con nection con
Posted in
Computers & Technology Anonymously at 4:27 PM on December 13, 2008
Tags
procedure,
access,
database,
another,
system,
using,
jdbc,
connect,
bearing,
dsn,
sampledsn
This is commonly referred to as DSN Data Source Name-less connection. DSN stands for Data Source Name. To see the difference, take a look at these examples. First, the standard, DSN connection:Dim myADOConnection As New ADODB.ConnectionA DSN Connection looks like thismyADOConnection.Open "myDSN", "sa"Next, heres the DSN Data Source Name-less example:A DSN Data Source Name-less connection looks
Posted in
Computers & Technology by Yogesh saini at 10:56 PM on September 19, 2008
for digital nervous system, a term coined by Bill Gates to describe a network of personal computers that make it easier to obtain and understand information....Data Source Name DSN provides connectivity to a database through an ODBC driver. The DSN contains DB name, directory, DB driver, UserID, password, and other information. Once you create a DSN for a particular DB, you can use the DSN in an application
Posted in
Computers & Technology by balaji jha at 12:53 AM on February 26, 2008
Password: enter a password for your database Confirm Password: re-enter the password for your database Desired Database Name: enter a name for your database SQL Version: select SQL 2005 or SQL 2008 Add a DSN?: check this box if you wish to have a DSN created for the database Name of DSN: enter a name for your DSN if you wish to have one created for the database Click Add SQL Databasefor more inf check http
Posted in
Computers & Technology by Dev Shah at 6:44 AM on September 19, 2008
Yes it is possible to use an Access database without a DSN, but not nativly with phps odbc extentions. Instead you can use COM with php to do it. We suggest you read the following articles / tutorials for more information about the subject.ODBC and DSN-less Connections for PHPUsing COM with PHP
Posted in
Computers & Accessories by Archana Devi at 1:47 AM on December 27, 2008
r ...tnx...sahil..sahil....i knw a guy... who wud b intrsted.....to launch new models....num:9980548843name:ma ngeshor jus go 2 Prasad Bidapa"s office in Lavelle rd........Sankey Modelling Agency on sankey road is the best one. As you enter sankey road, you can find on the right hand side opposit
Posted in
Bangalore by Sahil Sahil at 6:13 PM on July 28, 2008
strConnect As String Set db = CurrentDb strConnect = "ODBC;DSN=oraweb;DBQ=qit-uq-cbiwor aweb;DATABASE=" NOTE: DSN is your ODBC Data Source Name; DBQ is your TNSNAMES.ORA entry name Set tdef Set db = CurrentDb strConnect = "ODBC;DSN=oraweb;DBQ=qit-uq-cb iworaweb;DATABASE=" NOTE: DSN is your ODBC Data Source Name; DBQ is your TNSNAMES.ORA entry name Set tdef = db
Posted in
Computers & Technology by dherendrasi at 10:24 PM on November 13, 2008
If you want to create a table in the database connected through a ODBC DSN, you can run the CREATE TABLE SQL statement using the odbcexec function, as shown in the following sample script....Well Shivangni! If you want to create a table in the database connected through a ODBC DSN, you can run the CREATE TABLE SQL statement using the odbcexec function, as shown in the following sample script
Posted in
Computers & Technology by shivangi kap at 4:10 PM on November 27, 2008
Either You Can Connect Through The System DSN Or Can Write The String From ADODB To Connect....Well Gili! Either You Can Connect Through The System DSN Or Can Write The String From ADODB To Connect....Either You Can Connect Through The System DSN Or Can Write The String From ADODB To Connect.
Posted in
Computers & Technology by gilli... at 4:45 PM on November 03, 2008