Hello everybody
I want write a C# program that can control the save's location of scanned image .
I read something about Twain and WIA and Bytescout Scan SDK.
but I don't Know what I must do exactly.
can someone say some steps and explain it for me !!?
User Profile
Collapse
-
I'm really glad that
I was talking to you last week
and very happy to answer my important problem. -
thank.
SO I don't need any Version of SQL in customer machines like SQL Express ?Leave a comment:
-
I must make a database in SERVER Explorer in Visual Studio and then make new connection there for my username & password
is it true ?Leave a comment:
-
so how I must create that local database inside my Visual Studio and attach database to my application ?Leave a comment:
-
-
-
Another way is don't store your connection string details (Server name, Database name, User ID, Password) inside your program because it may different from one computer to another computer. Instead of this store Server name, Database name, User ID and Password it in your application settings. And use it in your connection string.
//////////////////////////////
I do this for my C# program and change connection string whit XML file...Leave a comment:
-
-
yes I understand .
and thank for your attention.
but I do not Know how to create a setup that can work in all
machinesLeave a comment:
-
Hey imanjan, is your program working (successfully connecting your database) before creating an installer using InstallShield?
yes it work correctly
/////////////
Did you used your connection string with the following format?
yes I used it
//////////////////
when I install my insstalshield package in Customer machine(contain SQL Express & my App) and then execute it, I have This...Leave a comment:
-
run application in the same machine where SQL Server was installed.Leave a comment:
-
Hey imanjan, so SQL Server database and Your C# application aren't in same machine?
\\\\\\\\\\\\\\\ \\\\\\\
we have one machine for install package that contain SQL and my App
\\\\\\\\\\\\\\\ \\\\\\
maybe we talk betterCode:Why you're asking?
Leave a comment:
-
yes
at first I tried make install project with VS installer. but in this way I had SQL express and my App in Customer system but I could not connect my App to SQL.
after that I used installshield for made install project but also I have that problem.so I want correct steps for make install project in installshield.
and excuse me where are you from ?Leave a comment:
-
i want make a setup for C# program with SQL data base
but i can not . i use installshield but i have error in connection to database in
execution program.
please tell me about step of make setup in installshield whit sql connectionLeave a comment:
-
-
yes
in setup i must install sql express for Customer system (i have sql 2008R2 database)and then i need a sql login for username & password
but i can not Implementation it in my setupLeave a comment:
-
make setup with SQL database in installshield
Hello
i want make a setup for C# program with SQL data base
but i can not . i use installshield but i have error in connection to database in
execution program.
please tell me about step of make setup in installshield
No activity results to display
Show More
Leave a comment: