use sourcecontrol SVN
I do this setup for my work. on the SERVER install Visual SVN SERVER (free) your scenario install it on SERVER B. create a folder name it whatever you want using Visual SVN. then on SERVERA download & install(tortoise SVN- free software. install it on SERVER B also)
once...
use DBCC CHECKIDENT to reseed after delete this will set your id to where ever you left off.
http://blog.sqlauthority.com/2007/03/15/sql-server-dbcc-reseed-table-identity-value-reset-table-identity/
I have a windows 2008 server running sql server 2008 and runs perfectly fine call this SERVER1. SERVER1 also is setup with running WEBserver IIS, DHCP, and DNS. I just set up another server running windows 2008 call this SERVER2. On Server2 i install sql management studio and runs perfectly...
hi, i have a pixel link camera which has built in api used for .net programming.
the function captures an image from the camera using c#
IT GENERATES A byte[] dstBuf OF SIZE FOR THE SPECIFIC PICTURE FORMAT. WHEN I HAVE THE FORMAT AS 200X200 FOR A BMP IT SHOULD BE BYTE[40000] HOWEVER IT...
I received the I/O card and i read the manual on there it contains API library in c/c++ code and examples. If i wanted to communicate from my c# form to the I/O card do i modified one of these c++ example code (create a dll) and reference it in my c# code. I read i also need a (Pinvoke) method...
Hi,
I created a thread that runs continously that reads a picture from a folder. this picture is being read 50times per second.
I have a camera where the software is set on trigger mode(50ms) it constantly takes a picture and reaplces the old one in the same location.
while i am reading this...
I am reading an image from a folder location. This folder is connected to a camera which a software will constantly takes a picture and replaces the picture in the folder. I have to write an app that is in a continous loop and reads this image. The goal is to read this image 200 CPS (compute 200...
I am developing a control application which thru a series of calculation the output is a number (int) this number will communicate with a industrial robot (ABB). The number will be a voltage number which will tell the robot to change the power higher or lower. The programming end is done...
stupid me,
acutally what was causing it was a timer i created on startup to simulate a clock and it would cause the screen to refresh it's focus. To fix the problem i used a thread instead of a timer!
Hi All,
I have a windows app with a panel with 5 rich text box. the panel has autoscroll on so the scroll bar shows up.
When i click on the first richtextbox and drag the scroll bar to the bottom ,it will auto scroll back to top to focus where the cursor. is there a way to turn off focus to...
Yes i have tried removing the machine from the domain , deleted user and rejoin and still error. however i did found a way around it by joining the domain through command line.
add-computer -domain username -cred domain\username
Hi i have a DC/AC on a WIndows 2000 server machine.
I am trying to connect my laptop running windows 7 pro to the win2000 domain.
Steps i took ..
my computer properties -> network ID
->join computer is part ofbusiness network
->comoputer uses a network with domain
->enter...
The reason why i have two sql statement is that i have a combobox as one of the column which datsource is from the second set of datatable.
However i will try to add Dispose() Command instead of Close() and adding a try catch block with sqlconnection.dispose(). I Hope this works thanks.
Here is the full code of the function.
public void TestLoadDataGridView(string select, bool nonactive)
{
//the string select is the sqlstatement. bool nonactive shows you different types of table
example sql string would be like this :
string sql = "SELECT DISTINCT WOID.WOID, SOID.Customer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.