Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Permenkaret Permenkaret is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 351
Rep Power: 14
Permenkaret mempunyai hidup yang Normal
Default [HELP]Insert data pake VB.NET ke SQLServerCe

gan minta bantuannya gan...

Ane mao tanya cara inser data pake VB.NET ke SqlServerCe...



ni ada potongan source code yang ane pake :



If con.State = ConnectionState.Closed Then con.Open()

cmd = New SqlServerCe.SqlCeCommand

cmd.Connection = con

cmd.CommandType = CommandType.Text

cmd.CommandText = "insert into [user] values('" & txtId.Text & "','" & txtName.Text & "','" & txtUsername.Text & "','" & txtPassword.Text & "')"

cmd.ExecuteNonQuery()

cmd.Dispose()

con.Close()



tapi kok g bisa masuk ke database ya gan???

ada yang tau kenapa?ato gimana cara bikin yg bener..

Minta pencerahannya gan...

Matur Nuwun



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 04:59 AM.


no new posts