Sawaal
     Powered by Bixee Crawl
Results 1 - 15 of about 36 sawaal for "dsn"
Sort by: Recency | Relevancy

i had uploaded .mdb to my webserver but i am not been able to configure the same. can any body help me out this problem, then please send me steps for the same

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

What is a DSNData Source Name?

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
Tags source

What is DSN

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
Tags dsn

how can i connect sql database to asp.net program

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

How to do database connectivity in PHP with SQL Server 2000 on Windows OS.

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

Et me know the procedure to access database in another system using JDBC. I want to connect to database of the system 192.168.1.22 bearing DSN "SampleDSN".

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

need visual basic 6 sample program of database handling like connection establish through ado operate on data much more

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

why we create dsn for server

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
Tags create, server

hows to add databse in SQL

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
Tags hows, databse

Can I connect to a Microsoft Access database without a DSN?

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

Hi...all!!!! I want to try me in Modeling, can you guys help in finding good agencies/consultancies for modeling or if you guys know abt a fashion dsn

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

How does one attach an Oracle table in MS-Access?

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

PHP ODBC - How To Create a New Table?

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
Tags php, odbc, create, new, table

How do you connect Visual Basic with SQL server database?

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
Refine By Date
Search ibibo
Showcase Talent
Meet
Shahrukh Khan
Join the group, showcase your extraordinary talent. Upload your video now!
Meet
Akshay Kumar
Join the group, Upload your videos/photos and win a chance to meet the star.
Raaz TMC
Listen to the smash hits of Raaz TMC
Join the group, karaoke on Raaz TMC tracks. Win prizes! Meet Mohit Suri.
iHunk
Get shot by Subi Samuel & a 2 year contract with Elite.
Kurkure
SMS Wall
Prove your desipann by sending a desi SMS & win weekly iPods!
Michael Jackson
King of Pop
Join the group, vote for your favourite tracks & Win prizes.
iVideoStar
Star in your own video choreographed by Bosco Caesar
iFresh Face
Get shot by Dabboo Ratnani & a 2 year contract with Elite
iFashion
Photographer
Shoot models under the guidance of Jatin Kampani
Sing ur Dil
Participate now & Win Laptops, Xbox, iPods & Nokia mobiles
Become a
Student Brand Ambassador
Connect with friends & Earn Money.
About Us  |   Contact Us  |   Jobs at ibibo  |   Advertise with us  |  Websites earn revenue  |  Sitemap  |   Terms  |