Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Dear,
I have accounts Project made in C# 3.5 through back end database Sql server
Now it was in name accounts database name

now I have need to different database name like garments.


i have previously done through
<databaseinformation name="Garments" username="sa" password="sa" servername="(local)\sqlexpress" pvdr="SQLOLEB.1" databasename="Garments"/>

from app.config file.

everything is ok & working fine.
But now the problem is suddenly it is not worked in store procedure.
crystal report set property always remains Accounts. for why data from database didn't show.

Please help me & I will be grateful.

Thanks in advance.
if you have any problem regarding understand problem then comments.I try to make.
Mahmud
Posted
Comments
sahabiswarup 28-Nov-12 0:59am    
try to replace (local) with exact Server name

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