Click here to Skip to main content
15,921,774 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
1. Do SQL Server 2008 support VS2010?

2. SQL Server should be install at client PC when we create software using backhand connective of SQL?

3. When we create .exe file and then we give it to client is it possible that software can be copied?

4. Is it possible if i want do Challen Printing on the base of order number

5. VS2010 is not supporting Crystal Reports can you say what is use?

6. Do VS2007 support Access

7. Aur i have to use vs2003

8. Is Access supportable for Reports, invoice printing and challen printing on base of order number????? i want this in C# window application.
Posted
Updated 19-Sep-10 20:34pm
v6

Do SQL Server 2008 support VS2010?.
Yes! Well actually, they are two different entities and there would be no dependency.


SQL Server should be install at client PC when we create software using backhand connective of SQL.
No! When you create a software, you just need a valid Connection string to any hosted SQL server. It's not mandatory to have a SQL server installed on client machine.


When we create .exe file and then we give it to client is it possible that software can be copied? .
Not clear on this. What do you mean by 'copied'? If you are asking of the exe's can be shared - yes. To avoid it, you need to implement licensing feature in your software to track it.
 
Share this answer
 
Comments
aayu 18-Sep-10 5:44am    
hey thank for the ans
aayu 18-Sep-10 5:45am    
if i create licensing feature then no one can copy right?
Sandeep Mewara 18-Sep-10 5:57am    
If you have licensing thing in place then you can track it.
aayu 18-Sep-10 6:11am    
ok! one more thing in .exe sql server will be there to retentive the data or at least he did SQL Server to be install in it. if not then how he will update and delete the data
aayu 18-Sep-10 6:25am    
if the client is updating the data where it will store.
There is no link between the two.

As mentioned by Sandeep, you dont need the sql server database on the client.

Any exe can be copied. However, whether it runs on another system or not depends on whether the .Net framework and other dlls the application depends on are available or not.

You need to implement code to print a challan based on an order number.
 
Share this answer
 
One thing you should be aware of.

The version of VS2010 Express that I have on my machine will not access SQL Server 2008 R2 Databases.

MS may have implemented an update but there was none available last time I searched (About a month ago).
 
Share this answer
 
Comments
aayu 20-Sep-10 2:05am    
So do i use Access for my database????
Sandeep Mewara 20-Sep-10 5:43am    
Thanks Henry, for sharing the information about compatibilities.

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