Click here to Skip to main content
15,888,113 members
Home / Discussions / Database
   

Database

 
Questionunique random alphanumeric in MySQL Pin
Jassim Rahma5-Nov-13 0:14
Jassim Rahma5-Nov-13 0:14 
AnswerRe: unique random alphanumeric in MySQL Pin
thatraja5-Nov-13 2:17
professionalthatraja5-Nov-13 2:17 
AnswerRe: unique random alphanumeric in MySQL Pin
jschell5-Nov-13 9:09
jschell5-Nov-13 9:09 
GeneralRe: unique random alphanumeric in MySQL Pin
Jassim Rahma19-Jul-14 7:03
Jassim Rahma19-Jul-14 7:03 
QuestionUsing SQL LocalDB Pin
GenJerDan29-Oct-13 3:56
GenJerDan29-Oct-13 3:56 
AnswerRe: Using SQL LocalDB Pin
Richard Deeming29-Oct-13 4:51
mveRichard Deeming29-Oct-13 4:51 
GeneralRe: Using SQL LocalDB Pin
GenJerDan29-Oct-13 4:57
GenJerDan29-Oct-13 4:57 
QuestionSQL connection in Visual studio 2012 Pin
Member 1017436328-Oct-13 7:47
Member 1017436328-Oct-13 7:47 
I'm trying to connect to northwnd database by using Visual studio 2021 and c++. I have installed "Microsoft SQL Server 2012 - 11.0.2100.60 (X64)"

I get the error:
'System.Data.SqlClient.SqlException' in System.Data.dll
Cannot open database "E:\C++\Projects\DB\Debug\NORTHWIND" requested by the login. The login failed."

with the following code. Can anybody help me??



String ^sqlServerInstance = ".\\SQLEXPRESS";
String ^dbase = "E:\\C++\\Projects\\DB\\Debug\\NORTHWIND";
String ^UID = "myUID";
String ^PWD = "myPWD";
String ^ISP = "true";

String ^myConnectString = "Database=" + dbase + ";Server=" + sqlServerInstance + ";Integrated Security=" + ISP + ";";
SqlConnection ^myConnection = gcnew SqlConnection(myConnectString);
myConnection->Open();
QuestionRe: SQL connection in Visual studio 2012 Pin
Eddy Vluggen28-Oct-13 8:44
professionalEddy Vluggen28-Oct-13 8:44 
AnswerRe: SQL connection in Visual studio 2012 Pin
Member 1017436328-Oct-13 21:08
Member 1017436328-Oct-13 21:08 
AnswerRe: SQL connection in Visual studio 2012 Pin
Richard Deeming28-Oct-13 12:40
mveRichard Deeming28-Oct-13 12:40 
AnswerRe: SQL connection in Visual studio 2012 Pin
Bernhard Hiller29-Oct-13 22:02
Bernhard Hiller29-Oct-13 22:02 
QuestionCTE Query taking too long Pin
Richard.Berry10027-Oct-13 8:03
Richard.Berry10027-Oct-13 8:03 
AnswerRe: CTE Query taking too long Pin
Mycroft Holmes27-Oct-13 13:06
professionalMycroft Holmes27-Oct-13 13:06 
GeneralRe: CTE Query taking too long Pin
Richard.Berry10027-Oct-13 18:54
Richard.Berry10027-Oct-13 18:54 
GeneralRe: CTE Query taking too long Pin
Mycroft Holmes27-Oct-13 19:18
professionalMycroft Holmes27-Oct-13 19:18 
GeneralRe: CTE Query taking too long Pin
Richard.Berry10028-Oct-13 8:26
Richard.Berry10028-Oct-13 8:26 
GeneralRe: CTE Query taking too long Pin
Jörgen Andersson28-Oct-13 10:35
professionalJörgen Andersson28-Oct-13 10:35 
GeneralRe: CTE Query taking too long Pin
Richard.Berry10028-Oct-13 18:39
Richard.Berry10028-Oct-13 18:39 
QuestionCount related Pin
Corporal Agarn25-Oct-13 5:37
professionalCorporal Agarn25-Oct-13 5:37 
AnswerRe: Count related Pin
Richard Deeming25-Oct-13 7:47
mveRichard Deeming25-Oct-13 7:47 
GeneralRe: Count related Pin
Corporal Agarn25-Oct-13 8:13
professionalCorporal Agarn25-Oct-13 8:13 
QuestionWhat is the format of the connection string used for mysql database access? Pin
Gbenbam24-Oct-13 15:59
Gbenbam24-Oct-13 15:59 
AnswerRe: What is the format of the connection string used for mysql database access? Pin
PIEBALDconsult24-Oct-13 17:33
mvePIEBALDconsult24-Oct-13 17:33 
AnswerRe: What is the format of the connection string used for mysql database access? Pin
coded00725-Oct-13 3:17
professionalcoded00725-Oct-13 3:17 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.