Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
connection-string
- Page 1
Connection String
Programming
Software Development
11 Years Ago
by AmrMohammed
… to a database so I can get the
connection
string
and know it during development pahase and therefore …client machine. How can I get the
connection
string
to set it to the ConnectionString property for the…. Which means I cannot make my
connection
string
a fixed
connection
string
I need the
connection
string
to be created dynamically. I hope…
Re: Connection String
Programming
Software Development
11 Years Ago
by AmrMohammed
…. But I do not want the
connection
string
like that way. I wanna make the
connection
string
dynamic as the programs you buy which… do is installing the program and behind the senses the
connection
string
is created
Re: Connection String
Programming
Software Development
11 Years Ago
by Daemon_CC
… Now a window will appear haing tabs like provider,
Connection
,Advanced etc. so go to Provider Tab select Provider…Database name on that server.Then Test this
connection
. On Successful
connection
save it and close this window. now open… and That's It here is your
Connection
String
you can use this
connection
string
in your application and it will work…
Connection String
Programming
Software Development
14 Years Ago
by m_wylie85
… m_strToppings As
String
Public m_strPizzaType As
String
' Description: link a VB interface with a 2003 Access Database ' This is my
connection
String
Public constring…() Dim ConnString As
String
= "Provider=Microsoft.jet.OLEDB.4.0…
Re: Connection String
Programming
Software Development
11 Years Ago
by JOSheaIV
So I have the
connection
string
for SQL Server, Oracle, and AS400 (and possibly IBMDB2). However they work around what I pasted above. If you want I can share them
Re: Connection String
Programming
Software Development
11 Years Ago
by AmrMohammed
… shows available database to select from and when select a
connection
string
is constructed. "Daemon_CC" Thanks for your idea it…
Connection String
Programming
Software Development
17 Years Ago
by pbrookee
… reads data from a database. How can I change the
connection
string
to format anyone who would use this program on there… computer? My current
connection
string
is made to specifically read from my folder(s)... conn…
Re: Connection String
Programming
Software Development
17 Years Ago
by AV Manoharan
…Dim string_datasorce,string_dbuser,string_password,string_catalog,string_provider,LineRead as
String
'Two Loop Indexes i and j Dim…data in the corresponding variables 'Now Comes the
connection
string
and recordset. You Can Place 'them as… Global Variable Dim MyConnectionString As New ADODB.
Connection
Dim MyCursor as New ADODB.Recordset ' In…
connection string
Programming
Software Development
15 Years Ago
by pritesh2010
… run time it gives the error of
connection
string
. so how to solve the problem of
connection
string
after making setup. i want to…
Re: connection string
Programming
Software Development
15 Years Ago
by kvprajapati
….php?faq=daniweb_policies"]rules[/URL]. [b]>
connection
string
[/b] Open applicationname.config and change the
connection
string
once an application is installed.
Re: connection string
Programming
Web Development
18 Years Ago
by sushanth
Hello Amitha, you can create the
connection
string
in web.config file. for eg: <appSettings> <…)" /> </appSettings> and you can call the
connection
string
using ConfigurationSettings.AppSettings["ConnectionString"]; command..
connection string
Programming
Web Development
18 Years Ago
by amithasija
i know this is not a question u'll enjoy,but i am new to asp.net but i need a connectio
string
to start my project ,so can anybody plz tell me how to get
connection
string
while using sql server 2005.plzz
Connection String
Programming
Databases
18 Years Ago
by jmanels
I need help in setting up a
connection
string
from MS Access to Pervasive SQL.:rolleyes:
Connection String
Programming
Web Development
17 Years Ago
by hamjad
Hi Guys, I am developing asp.net web application using vb.net ,I was wondering If there is a way to get the
connection
string
value actually stored in web.xml file to be used in the vb.net code. Any comment will be helpful Thanks
Re: Connection String
Programming
Web Development
17 Years Ago
by ptaylor965
To pull the SQL
Connection
String
from the Web.Config use In the web.config [code]&…
connection string
Programming
Web Development
15 Years Ago
by riyas_26
i have an another web config file inside another folder.. How can i get the
connection
string
From the above web config file?
Connection String for a DataBase.accdb file?
Programming
Software Development
11 Years Ago
by IT_Techno
… I've a small problem: I want to have the
connection
string
in the app.config file, to allow customer to edit… app.config file and find no
connection
string
created inside. how can i make dataset create
connection
string
automaticaly inside app.config file then…
Re: Connection String Problems
Programming
Web Development
14 Years Ago
by rohand
…pass Sqlconnecton variable and
string
variable(where i insert data)to SqlCommand, then close
connection
,plzzzzzzzz explain with…QUOTE] you just need to create properties in
connection
class and use this properties in your code…public SqlConnection dbCon = new SqlConnection("[B]your
connection
string
or retrieve it from config file[/B]");…
connection string to write for importing mixed data from excel sheet
Programming
Web Development
14 Years Ago
by shanmugaraj.ind
What is the
connection
string
to write for importing mixed data from excel sheet to … I have change registry MaxScanRows=0 that is not working
connection
string
I have used below xls con = @"Provider=Microsoft.Jet… the Microsoft.ACE.OLEDB.12.0 It return same output
Connection
string
have no changes as it i used If we check…
Connection String Problems
Programming
Web Development
14 Years Ago
by MrBlack
… Button1_Click(object sender, EventArgs e) 2. {
string
s="Data Source=Black-PC\\SQLEXPRESS;Initial … Conn = new SqlConnection(s); 4. 5. Conn.Open(); 6.
string
strqry = “Insert into students values (” + TextBox1.Text + 7… have to rewrite
connection
string
again, can anybody explain how to avoid writing
connection
string
variable again and …
Re: Connection String Problems
Programming
Web Development
14 Years Ago
by MrBlack
[QUOTE=rohand;1216221]you just need to create properties in
connection
class and use this properties in your code wherever you …. public SqlConnection dbCon = new SqlConnection("[B]your
connection
string
or retrieve it from config file[/B]"); [COLOR="…
Re: Connection String For Server Database
Programming
Software Development
13 Years Ago
by SNK111
… C#.NET, you need to create a
connection
string
such as below: [CODE]private SqlConnection
connection
; private
string
connectionString = @"Server=(local);Database=Embedding_SQL_Test… execute SQL queries in the database. For details about the
connection
string
, the methods and their parameters check the following link: ( [URL…
Re: Connection string for C# for Ms SQL server management studio
Programming
Software Development
13 Years Ago
by historymaker333
Hey, thanks for the reply this is the working
connection
string
with the database in my DATA DIRECTORY. <… be entering there? The exception im getting with other
connection
strings similar to urs is as bellow: ------ An…related or instance-specific error occurred while establishing a
connection
to SQL Server. The server was not found …
connection string using classes
Programming
Software Development
13 Years Ago
by Netcode
… code in a class as my
connection
string
. I want to retrive data from … Function ConnSQL() As SqlConnection Dim connectionString As
String
Dim cnn As SqlConnection connectionString = "…Catch ex As Exception MsgBox("Cannot open
connection
! ") Finally cnn.Close() End …
connection string issue
Programming
Web Development
16 Years Ago
by ricksvoid
… studio that works great in visual studio. Ive stored the
connection
string
in my web config file with the following code: localhost… ect ect.... Works great!!! Now how do i adjust the
connection
string
to work on a remote server. I asked there tech…
Connection string for OpenOffice Base (.odb)
Programming
Web Development
15 Years Ago
by MARKAND911
What will be the
connection
string
for OpenOffice Base (.odb) database? i want to use this
connection
string
in C#. Which namespace needed to be added to use .odb operations?
connection string in mdf
Programming
Software Development
14 Years Ago
by judithSampathwa
… exe file of the application an error occurs because the
connection
string
is different, how can i make the application which is…(where the application was created) how can i change the
connection
string
so that it can access the original mdf file??? can…
Re: connection string in mdf
Programming
Software Development
14 Years Ago
by krishnisilva
[QUOTE=Momerath;1402085]Move the
connection
string
out of your code into [URL="http://msdn.microsoft.com/en-us/library/aa730869%28VS.80%29.aspx"]Application settings[/URL][/QUOTE] hey i am JusithSampathwa in a different login the
connection
string
is already added to the setting
Connection string to read .xls & .xlsx files
Programming
Software Development
13 Years Ago
by deva.v
Hi I would like to get the
connection
string
for both 2003 excel (*.xls) and 2007 excel (*.xlsx). I … I would like to know wheather we can use same
connection
string
for both .XLS and *.XLSX
Connection string for C# for Ms SQL server management studio
Programming
Software Development
13 Years Ago
by historymaker333
… lan etc. So do i just have to change the
connection
string
to the server where the databse is hosted??? IF so… can put the database to a server and the respective
connection
string
i will have to provide to make it distributive, thanks
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC