Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for chocomilk

how can i parse files from notepad and transfer it to textbox with delimiter of newline?

Member Avatar for tinstaafl
0
244
Member Avatar for chocomilk

I am developing a code where im getting the interval of two dates for example DTLeavePayFrom = 1/1/2013 DTLeavePayTo = 1/14/2013 since 1/1/2013 is tuesday and 1/14/2013 is monday, the date diff of both date is 14 but how can i exclude the count of 2 sundays, i have an …

Member Avatar for chocomilk
0
118
Member Avatar for chocomilk

I have a problem regarding in comparing 2 datagrid. What my plan is match the 2 datagrid and update the EmployeeID. I have 2 database. here is my existing code. selectquery as string = "SELECT EmployeeInitial, Firstname, Lastname from EmployeeRegistration" da = New OleDbDataAdapter(selecquery,con) ds = New DataSet da.Fill(ds, "Employee …

Member Avatar for lolafuertes
0
217
Member Avatar for chocomilk

Hello, Im having a problem regarding on Array List. I need to create an Array that gets information, What inside the List are EmployeeID, LastName and FirstName I need to store all EmployeeID,LastName and FirstName. How can i do that? Please Help, thanks in advance. :)

Member Avatar for chocomilk
0
219
Member Avatar for jakub.peciak

Try to make a separate query strings on every SQL Statement, and in every query strings, try to use another command like this: If con.ConnectionState = ConnectionState.Closed then con.Open() End If Dim sqlquery1 As String = "INSERT INTO Table1(text1) VALUES (textValue1)" Dim sqlquery2 As String = "INSERT INTO Table2(text2) VALUES …

Member Avatar for Reverend Jim
0
1K
Member Avatar for chocomilk

Im currently working as a programmer in a company, creating a Logging system. The problem is when im running my system, even if I delete all the codes. When i start debugging my system. The debugger does not follow my codes. Please help me.

Member Avatar for chocomilk
0
252
Member Avatar for chocomilk

How can i copy a directory path in a string? For example, the Location of the file is "C:\Folder1\Folder2\mydatabase.mdb". i have an existing code, Dim dbpath as String Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim OpenFileDialog As New OpenFileDialog OpenFileDialog.InitialDirectory = My.Computer.FileSystem.SpecialDirectories.MyDocuments OpenFileDialog.Filter = …

Member Avatar for chocomilk
0
197

The End.