I am creating an employee database...
this will be used by two different companies
the first table is employee and second table is departments
is it better to create a autonumber field as primary key and link it departments table or use the esixting employeeidid as primary key?
if i use the...
how can i get the path from a string
c="c:\prodcuts\newone\bestones\values.zip"
i need to get hut the path from this
"c:\prodcuts\newone\bestones\"
is there a way to do this?
I am using FTPPUtFILE and FTP_TRANSFER_TYPE_BINARY to upload the files...When i use put command on command prompt o manually upload fiels it gives me number of bytes tranferred..Is it possible to get number of bytes tranferred when using ftpputfile in my vb.net program.
thanks
hi friends..
i am currently using command file arguments to upload files to a server manually..i would like to do it in vb.net program..please help
C:\upload\>Ftp
FTP> open <ipaddress>
username:<username>
password:<password>
ftp>binary
ftp> put <filename> <filename>
--please let me know how i...
I have a folder called c:\input..i need to loop through this folder and get the anmes of all the files..note there are no sub folders in the input folder...please help.
thanks
Hi,
I need your help .I am trying to write a program to send a network message from my vb.net message..As i my program is running if the process is successful,i want to send console netwrok message to theconcerned person on network.Can anyone guide me in the right direction as how to do it.i...
I am using the below code for waiting for the process to finish before i get to next process
Dim myProcess As Process = System.Diagnostics.Process.Start("main.exe")
myProcess.WaitForExit()
myProcess.Close()
Dim myProcess1 As Process =...
Hi would appreciate if some one could help me with fatest way to search for a string "asf0798" in my text file data.dat and return a yes or no value(i.e the string exists or not..Some one please help with the fatest way to do this.
thanks
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.