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
Ranked #4K
~2K People Reached
Favorite Tags

11 Posted Topics

Member Avatar for thewilf

Hi All, Cannot for the life of me figure out what is wrong with application, when I run on laptop cannot get error to replicate however on tablet which application is designed to run on cannot figure it out. I have a windows form which is opened as an mdi …

Member Avatar for Begginnerdev
0
224
Member Avatar for thewilf

Hi All, Hopefully a quick one but I don't think it will be :( I have a piece of software which is a data logger and plays sounds when users have been inactive for a period of time etc... The software also plays a type of audio file upon a …

Member Avatar for thewilf
0
244
Member Avatar for thewilf

Hi All, Quick one. I have a webservice which uses numbers in american format which need to be passed as datetime data types when webmethod is called. The issue is the times passed depend on when a button is pressed. Please ignore variables as this is from testbed project I …

Member Avatar for thewilf
0
242
Member Avatar for thewilf

Hi all, Quick one for you, designing a bit of software in VB.net for a company that inputs data into an mdb file and then uses a web service to take this data an insert into an SQL server 2008 R2 database. I know I can have to instances of …

Member Avatar for thewilf
0
211
Member Avatar for thewilf

Hi All, Got an issue that I know is quite common and read through lots of guides but cant see where I am going wrong. Got the code below which when form is loaded goes and grabs user from a table of usernames and puts them against a combo box …

Member Avatar for thewilf
0
294
Member Avatar for thewilf

Hi All, Quick one, I am calling a web service that returns a dataset but the company doesn't know what structure is in the dataset anymore as the original programmer has left. The webservice code calls a stored procedure that they can't access. Is there anyway to call the webservice …

Member Avatar for TnTinMN
0
195
Member Avatar for thewilf

Hi All, Quick one for you. I have a client that wants to use a webservice to transfer data from a tablet on a network to an SQL database on servers. Am I correct in my thinking, as I am completely new to web services, that I can have a …

Member Avatar for pritaeas
0
101
Member Avatar for theboyandtheocean

+1 to kimlong.khov's post, I had same issue and it sorted it out for me. All you need to do then to input into it is create a command and input SQL into that along with connection. E.g. Dim SQL as String SQL = "INSERT INTO table1 ('" & tbText1.text …

Member Avatar for thewilf
0
196
Member Avatar for thewilf

Hi All, I have a Windows Form with a tab control on which was working fine and had 7 tabs. I added a picture box and this has some vb powerpack rectangles on top which werent displaying, were falling behind picture box. I sent the picture box to the back …

Member Avatar for thewilf
0
108
Member Avatar for mitch_oso

Dim oConn As New OleDb.OleDbConnection("PROVIDER=xxx;DATA SOURCE=xxx") oComm = New OleDb.OleDbCommand(Your SQL Command Here, oConn) oRsRead = oComm.ExecuteReader Hope this helps, you need to include the connection in the command as above. Cheers Will

Member Avatar for thewilf
0
241
Member Avatar for thewilf

Hi all, Hopefully a quick one for you. I am designing a vb windows form application in express 2008. essentially it is a fancy front end which uses SQL commands to input data into an access mdf file. I was planning to have this automatically sync data to a network …

0
47

The End.