connection string

  1. C

    Question Xampp Connection String From Remote PC

    Hello there... anyone who could help me .. i am using xampp as my server database.. my problem is how to connect to my xampp database from other network pc.. i tried this connection string " server=serverip; user id=root; username=myusername; password=mypass; database=mydb" but it doesnt...
  2. C

    Question Connecting to Godaddy Server - "Direct Access" is enabled, Connection String Issue?

    Connecting to Godaddy Server - "Direct Access" is enabled, Connection String Issue? Hi, I am relatively new to Visual Basics so please bear with me. I have researched quite a bit to see where I went wrong, but can't seem to find the solution. When working between various databases on my...
  3. D

    connection string builder help

    So i have a connection string saved in my visual studio application settings. It does not include a user name or password. It is an odbc oracle connection. In my code, i need to do some in code construction. I need to append the user id and pw to the connection string from the login form. I...
  4. S

    Question SQL EXPRESS Connection Problem

    I have Visual Studio 2010, with SQL EXPRESS which came with VS2010 from what I understand. I built a database in my VB.NET project, and am trying to copy data from the corporate SQL SERVER to my VB.NET created database (SQL EXPRESS). Below I've included my script, with both connection strings...
  5. C

    sql connection string to hosting site

    I have a domain where I have 1and1.com hosting the site. I have created the site but now I want to add a page that uses an objectdatabound with vb.net. I have also create the database. At this point my connection string points to a local server. How do I change this to point to the SQL that I...
  6. G

    Help with Connection String

    I been working on a Printer INK Management Program for my Company. We have many different districts we deal with. Each district has a different Server. I am trying to create the application where they can place the database file anywhere they would like on the server and when they first run the...
  7. U

    Connection String - SQL Server 3.5 Compact?

    Hello! This is a extrem VB.newbie question. I try to connect to my SQL Compact 2008 Server 3.5 Database like that: Imports System.Data.SqlClient Public Class Form1 Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'open...
  8. H

    Securing Connection String Data

    Hi All, I wonder if you can help me understand a piece of code a little more. I'm currently working my way through an MCTS Self Paced Training Kit (70-505, Chapter 5, Lesson 6). This particular lesson teaches you about securing connection string data. It explains the basic premise, and asks you...
  9. S

    Question Connection string data source relative path

    hi, I have an MS Access database and i'm trying to connect to it in vb .net. My question: Is there a way to provide a relative path to a database in the connection string? the problem is that when I move the db and app, the path is no longer valid. I read something about using "|DataDirectory|"...
  10. R

    Question Saving password within an application settings connection string

    Greetings, I have encrypted my jet database (access 07) and to avoid hard coding my connection within the .net code, created a connection string in the application settings. I discovered in the choose database source wizard has a tickbox "Remember password" is a red herring as it really doesnt...
  11. M

    Question Connecting multiple clients to single DB

    Hi, I've written a small auction app and I'd like to know the best way to connect several instances of the auction app to a single DB on the 'main' machine. All clients will have .NET 3.5 installed, XP or Vista OS, and a local version of my Winform application. I'd prefer not to have to...
  12. M

    what is the Connectionstring for remote server....

    hello....... hi guyz.... somebody knows about this.... I want to know how to save data on a remote server.... and for vb.net code, what is the connection string...???? thanks for any reply...:):):):):)
  13. S

    Question Dynamic Connection String

    Hi, I'm looking to change the connection string (To Sql Server) on the fly based on the computer name. Just a normal IF ELSE based on that. I want to leave the connection string settings in app.config if possible. I have looked everywhere to see if I can do this!! I have tried adding a new...
Back
Top