gabrielji
gabrielji
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
😭😭🙏🏻🙏🏻
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
@OneWholesomeDev Thanks lots
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
hang on
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
ohh god
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
this is the path to the file i copied from file explorer
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
"D:\IOOP\ETCWinFormsApp_20230219\ETCWinFormsApp\ETCDatabase.mdf"
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
===================
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
<configuration> <connectionStrings> <add name="ETCDatabase" connectionString='Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename="D:\IOOP\ETCWinFormsApp_20230219\ETCWinFormsApp\ETCDatabase.mdf"Integrated Security=True' providerName="System.Data.SqlClient" /> </connectionStrings> </configuration>
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
To this:
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
I changed my sql connection string from this
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
now it shows another problem
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
ok i have just fixed the database file path
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
do i have to change the file path?
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
@OneWholesomeDev
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
I was looking for it
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
Oh yea I have the file and the path to it
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
Someone shared the program to me and do I have to change the SQL connection string accordingly to run the program?
28 replies
CC#
Created by gabrielji on 2/19/2023 in #help
❔ C# Need help with changing SQL connection string
<configuration> <connectionStrings> <add name="ETCDatabase" connectionString='Data Source=(LocalDB)\MSSQLLocalDB;AttachDbFilename="D:\Users\James\Downloads\ETCWinFormsApp\ETCDatabase.mdf";Integrated Security=True' providerName="System.Data.SqlClient" /> </connectionStrings> </configuration>
28 replies