Click here to Skip to main content
15,891,880 members
Home / Discussions / Database
   

Database

 
AnswerRe: URL rewriting using urlrewriternet not working Pin
Timothy OBrien28-Jan-12 12:19
Timothy OBrien28-Jan-12 12:19 
GeneralRe: URL rewriting using urlrewriternet not working Pin
Jörgen Andersson29-Jan-12 8:07
professionalJörgen Andersson29-Jan-12 8:07 
QuestionHow to take database backup on online server ? Pin
infobeena28-Jan-12 1:49
infobeena28-Jan-12 1:49 
AnswerRe: How to take database backup on online server ? Pin
R. Giskard Reventlov28-Jan-12 5:02
R. Giskard Reventlov28-Jan-12 5:02 
AnswerRe: How to take database backup on online server ? Pin
Eddy Vluggen28-Jan-12 5:25
professionalEddy Vluggen28-Jan-12 5:25 
QuestionCreate Database Ms SQl server Pin
Mangore7527-Jan-12 10:42
Mangore7527-Jan-12 10:42 
AnswerRe: Create Database Ms SQl server Pin
Eddy Vluggen27-Jan-12 23:51
professionalEddy Vluggen27-Jan-12 23:51 
GeneralRe: Create Database Ms SQl server Pin
Mangore7528-Jan-12 3:25
Mangore7528-Jan-12 3:25 
I made this for dtatbase: Script database as - CREATE TO - File
and took the file Of DataBase(MyDBs) and put it in Debug folder in my project.
then I tried this way but didn't succed with me.
VB
Dim MyConnection As SqlConnection = New SqlConnection("Data Source=.\SQLExpress; Integrated Security=true; AttachDbFilename=|DataDirectory|\MyDBs.sql;") 
Public Sub Load_DB()
        Dim sql As String = " Select Name,Tel,Addr from Table1 "
        Dim dp As New SqlDataAdapter(sql, MyConnection)

        Dim Table1 As New DataTable
        dp.Fill(Table1)
        Form1.DataGridView1.DataSource = Table1
    End Sub

GeneralRe: Create Database Ms SQl server Pin
jschell28-Jan-12 4:47
jschell28-Jan-12 4:47 
GeneralRe: Create Database Ms SQl server Pin
Mangore7528-Jan-12 4:57
Mangore7528-Jan-12 4:57 
GeneralRe: Create Database Ms SQl server Pin
jschell28-Jan-12 13:58
jschell28-Jan-12 13:58 
AnswerRe: Create Database Ms SQl server Pin
Eddy Vluggen29-Jan-12 0:16
professionalEddy Vluggen29-Jan-12 0:16 
GeneralRe: Create Database Ms SQl server Pin
Eddy Vluggen28-Jan-12 5:22
professionalEddy Vluggen28-Jan-12 5:22 
GeneralnRe: Create Database Ms SQl server Pin
Mangore7528-Jan-12 5:35
Mangore7528-Jan-12 5:35 
AnswerRe: nRe: Create Database Ms SQl server Pin
Eddy Vluggen28-Jan-12 5:46
professionalEddy Vluggen28-Jan-12 5:46 
QuestionConvert DTS Package to SSIS 2008 Pin
vishnukamath27-Jan-12 1:34
vishnukamath27-Jan-12 1:34 
QuestionNeed suggestion for two database inconsistency Pin
vanillaET26-Jan-12 18:29
vanillaET26-Jan-12 18:29 
QuestionRe: Need suggestion for two database inconsistency Pin
Jörgen Andersson26-Jan-12 20:23
professionalJörgen Andersson26-Jan-12 20:23 
AnswerRe: Need suggestion for two database inconsistency Pin
vanillaET26-Jan-12 21:32
vanillaET26-Jan-12 21:32 
QuestionRe: Need suggestion for two database inconsistency Pin
Jörgen Andersson26-Jan-12 22:33
professionalJörgen Andersson26-Jan-12 22:33 
QuestionRe: Need suggestion for two database inconsistency Pin
vanillaET27-Jan-12 0:14
vanillaET27-Jan-12 0:14 
AnswerRe: Need suggestion for two database inconsistency Pin
Eddy Vluggen27-Jan-12 6:24
professionalEddy Vluggen27-Jan-12 6:24 
QuestionShowing Parent-Child Tables in a query Pin
Pooyan Behroozfar26-Jan-12 6:26
Pooyan Behroozfar26-Jan-12 6:26 
AnswerRe: Showing Parent-Child Tables in a query Pin
SilimSayo26-Jan-12 6:33
SilimSayo26-Jan-12 6:33 
QuestionDatabase does not have a valid owner Pin
Gary Heath26-Jan-12 5:35
Gary Heath26-Jan-12 5:35 

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.