i work on winforms app vs2008 with sql server 2005 when i create crystal reports by using oledb it runs fine
when i run the app on another pc with sql 2005 express
the connection string is
"Data Source=ITWAY\SQLEXPRESS; AttachDbFilename=G:\ComputerStock.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"
it raise the database login window please tell me where is the problem
is it in the data provider ( oledb - odbc)
or in the connection string please advice me
thanks for advance
Edited by fanan - 08 Jan 2011 at 5:05am