User Profile
Collapse
-
Thank you, it seems to work fine now. -
I'm using sql server 2012. I tried it that way once and the program broke....Leave a comment:
-
Sql insert statement, how to generate a primary key?
Okay lets say I want to generate a primary key for organization_ID instead of manually entering it in a textbox I created.
When this program runs the user is not suppose to see the primary key when submitting this information. Basically what I want is a random unique idenfier generated.
My idea was to use some kind of count function?
...Code:Public Shared Function Insert_Organization() As DataSet
-
Which parameters names? They all look they same to me. What do you mean?Leave a comment:
-
insert statement into sql not working correctly. something is wrong with the dataread
...Code:Private Sub Button_Submit_Click(sender As System.Object, e As System.EventArgs) Handles Button_Submit.Click Submit.Submit() Dim Connection As New OleDbConnection(_conString) Dim DataReader As OleDbDataReader Dim Command As New OleDbCommand Dim Query As String Connection.Open() Query = "INSERT INTO LOGIN(user_name, password,
No activity results to display
Show More
Leave a comment: