Question Can you help me resolve my issue with database connection with my program

TableFlipGod

New member
Joined
May 30, 2018
Messages
2
Programming Experience
Beginner
im very new to c#, i just learned how to make database connections.

a screenshot of the code is here.
2258f80aa282a53c0350e9ff527d6168.png

https://gyazo.com/2258f80aa282a53c0350e9ff527d6168
 
Please don't post screen shots like that. Post the code as text and format it appropriately. Post the error message as text. Specify where in the code the error occurs. You've just about cut out the error message. That's a critical piece of information and it seems like you haven't actually read it. It indicates that your database doesn't contain a table named 'tbl_Login'.
 
Please don't post screen shots like that. Post the code as text and format it appropriately. Post the error message as text. Specify where in the code the error occurs. You've just about cut out the error message. That's a critical piece of information and it seems like you haven't actually read it. It indicates that your database doesn't contain a table named 'tbl_Login'.
thats the whole error message, at line 34 is the error
 
Back
Top Bottom