i want to know how to configure ms sql server management studio to connect to a ms sql server 2005 database on the internet. i have the ip address of the ms sql server machine, the databse name, the login user name and password. my web application uses the above parameters to connect to the...
hello
can anyone show me an asp.net code that reads an http post
data. the point is dat the data was posted without a field name which means method such as request("name_of_field") cannot be used to read the posted data.
any other means of reading http post data in asp.net?
i need sample code that will read from a binary file like gif and store what is read into a variable and later - supposedly after preprocessing - write back d bytes of data stored in the variable into another binary file.
while the bytes are stored inside the variable i may want to access them...
How do i get the error code and error message associated with a catch block like the one below? Assuming the remote machine is never existing
/**********************************
catch {
set s [socket 192.168.0.200 1110]
}
************************************/
proc {} {
puts "hello world"
}
how can i run the above procedure from a tcl/tk thread.
i simply need a no nonsense approach to multi-threading in tcl/tk
tanks
i need a sample code that can show a multi column list of items for example showing dis as follows
names age sex score
kunle lola male 40
kunle lola male 40
kunle lola male 40
kunle lola male 40
kunle lola male 40
Sample codes will...
I have this error "couldn't open socket: address already in use " whenever i close my wish windows running this code below and i try to source the program again.
Does it mean that the socket was not gracefully closed ? How could i do dat ? Am just learning tcl/tk with a plan to develop a...
What is wrong with this code ?
/*******************************
set i 30;
proc test {x} {
upvar 1 $x xy;
set x 4;
set xy 2;
return $xy;
}
test $i;
puts $i;
**************************************/
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.