Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~6K People Reached
Favorite Forums
Favorite Tags

5 Posted Topics

Member Avatar for lebo.bytes

Imports System Imports System.Data Imports MySql.Data.MySqlClient Imports System.IO Imports System.Diagnostics Module Module1 Dim myConnection As MySqlConnection Dim MySQLConnectionString As String Dim CommandLineArgs As System.Collections.ObjectModel.ReadOnlyCollection(Of String) = My.Application.CommandLineArgs Dim FILE_NAME As String = Nothing Dim dir As String = "C:\Mytest\" Dim strDate As String = Nothing Dim serv_type As String = …

Member Avatar for G_Waddell
-1
683
Member Avatar for cheekangteh

my code is in console app and i run it using the command line so i won't be able to use buttons. please help

Member Avatar for lebo.bytes
0
1K
Member Avatar for suntec

my code reads files in directory and process them. It also writes into files created. what i need now is for it to monitor the directory for new files all the time and only take intervals of 10 seconds. please help. Imports System Imports System.Data Imports MySql.Data.MySqlClient Imports System.IO Imports …

Member Avatar for Begginnerdev
0
1K
Member Avatar for kerek2
Member Avatar for lebo.bytes

Hi, I would like to be helped with automating my application. I work in an environment where we receive a high number of files daily. I am given a task to read a file extract strings and compare them with data in mysql database. I use visual studio 2010. Here's …

Member Avatar for Reverend Jim
0
225

The End.