Click here to Skip to main content
15,889,651 members
Home / Discussions / Database
   

Database

 
Questionselect statement group by Pin
salmonraju25-Aug-11 8:42
salmonraju25-Aug-11 8:42 
AnswerRe: select statement group by Pin
Chris Meech25-Aug-11 9:15
Chris Meech25-Aug-11 9:15 
AnswerRe: select statement group by Pin
Corporal Agarn25-Aug-11 9:51
professionalCorporal Agarn25-Aug-11 9:51 
QuestionSQL Nominal Date Conversion [modified] Pin
Member 408789025-Aug-11 3:41
Member 408789025-Aug-11 3:41 
SuggestionRe: SQL Nominal Date Conversion Pin
Shameel25-Aug-11 5:39
professionalShameel25-Aug-11 5:39 
GeneralRe: SQL Nominal Date Conversion Pin
Simon_Whale25-Aug-11 5:48
Simon_Whale25-Aug-11 5:48 
GeneralRe: SQL Nominal Date Conversion Pin
Shameel25-Aug-11 9:10
professionalShameel25-Aug-11 9:10 
QuestionSQL database Pin
Emejulu JVT25-Aug-11 2:25
Emejulu JVT25-Aug-11 2:25 
Pls guys, i wrote some code which is supposed to be installed on other computers. but when i finished, it could only run on my system, and generates SQL database errors when installed on other systems. the code was written in C#, i used the sql compact server that comes with visual studio 2008.this is how i wrote the connection string:
C#
private static string connectionString()
       {
           string conString = @"Data Source=|DataDirectory|\electionsoft.sdf;Password=emejulu.4190;Persist Security Info=True";
           return conString;
       }

       private void openConnection()
       {
           if(con.State == ConnectionState.Closed)
               con.Open();
       }

AnswerRe: SQL database Pin
GenJerDan25-Aug-11 3:56
GenJerDan25-Aug-11 3:56 
GeneralRe: SQL database Pin
Emejulu JVT25-Aug-11 23:50
Emejulu JVT25-Aug-11 23:50 
GeneralRe: SQL database Pin
GenJerDan26-Aug-11 3:15
GenJerDan26-Aug-11 3:15 
AnswerRe: SQL database Pin
S Douglas25-Aug-11 13:39
professionalS Douglas25-Aug-11 13:39 
QuestionI installed Sqlce 4 but the only available connection is for v3.5 [modified] Pin
nstk25-Aug-11 0:41
nstk25-Aug-11 0:41 
QuestionAlter Query Pin
ivo7524-Aug-11 3:49
ivo7524-Aug-11 3:49 
AnswerRe: Alter Query Pin
jschell24-Aug-11 8:13
jschell24-Aug-11 8:13 
GeneralRe: Alter Query Pin
ivo7524-Aug-11 8:45
ivo7524-Aug-11 8:45 
GeneralRe: Alter Query Pin
S Douglas24-Aug-11 11:34
professionalS Douglas24-Aug-11 11:34 
GeneralRe: Alter Query Pin
jschell25-Aug-11 8:34
jschell25-Aug-11 8:34 
AnswerRe: Alter Query Pin
Ganu Sharma15-Sep-11 21:15
Ganu Sharma15-Sep-11 21:15 
QuestionAccess: SQL export [SOLVED] Pin
Luc Pattyn24-Aug-11 1:52
sitebuilderLuc Pattyn24-Aug-11 1:52 
AnswerRe: Access: SQL export Pin
Geoff Williams24-Aug-11 3:16
Geoff Williams24-Aug-11 3:16 
GeneralRe: Access: SQL export Pin
Luc Pattyn24-Aug-11 4:15
sitebuilderLuc Pattyn24-Aug-11 4:15 
AnswerRe: Access: SQL export Pin
David Mujica24-Aug-11 3:16
David Mujica24-Aug-11 3:16 
GeneralRe: Access: SQL export Pin
Luc Pattyn24-Aug-11 4:17
sitebuilderLuc Pattyn24-Aug-11 4:17 
AnswerRe: Access: SQL export [SOLVED] Pin
Luc Pattyn24-Aug-11 4:14
sitebuilderLuc Pattyn24-Aug-11 4:14 

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.