Viewing 6 posts - 1 through 6 (of 6 total)
Sounds like you need to keep the data in these separate databases in sync? That is possible but it would be a nightmare and I am not the person to...
April 8, 2008 at 5:10 am
Check out the Microsoft Patterns and Practices Enterprise Library.
http://msdn2.microsoft.com/en-us/library/aa480453.aspx
The Data Access Application Block is what you want to look at.
I used it once in an earlier version...
April 7, 2008 at 1:19 pm
I am using Visual Studio. You can get the Express Editions for free in either VB.Net or C#. http://www.microsoft.com/express/download/
It is easier to use VB.Net than javascript, especially since...
April 7, 2008 at 1:00 pm
I attached it as an example, you must save it to your pc and open it with notepad or a text editor. If you just open it, it will try...
April 4, 2008 at 11:44 am
Attached is a very simple web form that will do what you want. For simplicity, I have not sanitized the data the user may type in. You should validate for...
April 4, 2008 at 11:32 am
This would be simple enough to do, but can be implemented many ways. What is your server side technology? ASP.Net, PHP, etc?
April 4, 2008 at 10:48 am
Viewing 6 posts - 1 through 6 (of 6 total)