Click here to Skip to main content
15,886,786 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
im try to insert database to my project using this way.
add new data souse
then database
CLICK new connection
click brows and select my database
then click on the TestConnection button
then i see error
its like this
http://www.4shared.com/photo/5hUAPnAQ/ddddddd.html[^]
pls help me
im using vb.net Microsoft SQL Server 2008 R2 (server managemnt )
Posted

Are you envisioning any heavy paylod into you DB???
Maybe it can be more rational to replace it with more light-weight DB like SQLite?
 
Share this answer
 
Comments
Amal anjula 29-Dec-12 6:39am    
Oleksandr Kulchytskyi5.2K
help me guy
You probably don't have authority to use the client using your default credentials.

Try changing from "Use Windows Authentication" to "Use SQL Server Authentication" and provide a valid Username and Password in the boxes.

BTW: It is a good idea to copy and paste the text of an error, rather than linking to a picture - your picture is so low-res it is very hard to read!
 
Share this answer
 
Comments
Amal anjula 29-Dec-12 9:45am    
whats the wrong dear
sql or vb.net
OriginalGriff 29-Dec-12 9:55am    
The error implies that you cannot establish a connection with SQl Server - so leave VB out of it until you have a reliable connection. You can then use the known working connection string in your code. But up to that point, adding untested code is just increasing the number of possible causes of error unnecessarily.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900