Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~412 People Reached
Favorite Forums
Favorite Tags
Member Avatar for tendaimare

I am trying to save my scale configurations in the database so first I have to check if it exists in the database.and I am using the code below to do that . however when there is no data in the database I will get an error "No row at …

Member Avatar for aksay
0
173
Member Avatar for aksay

i want to show records from other tables but this error occurs [CODE]Sub fillorderdetail() conn.Open() Dim adpt As New SqlDataAdapter("select * from orderdetail", conn) Dim ds As New DataSet adpt.Fill(ds, "orderdetail") DataGridView2.DataSource = ds.Tables("orderdetail") conn.Close() End Sub [/CODE]

Member Avatar for hericles
0
76
Member Avatar for aksay

i am working on a project for booking management system for photographers.. can anyone suggest some tables and content for the project....!

Member Avatar for aksay
0
163