Forum: Visual Basic .NET
May 11th, 2005, 9:24 PM
|
|
Replies: 5
Views: 306
|
Forum: Visual Basic .NET
May 11th, 2005, 5:44 PM
|
|
Replies: 5
Views: 306
good idea on the deleting the exe's
although it...
good idea on the deleting the exe's
although it didnt work, lol. installed a few updates .net 1.1 etc and now it doesnt even hit any code, just gives an infinite recursion detected error (which is...
|
Forum: Visual Basic .NET
May 11th, 2005, 4:35 PM
|
|
Replies: 5
Views: 306
Problem, any help please.
OK i finished off writing a program, went to run it and got a stackoverflow, ok so that can be sorted, time to debug.
Well, i set debug at the windows generated code here:
Public Class FormMain
...
|
Forum: Visual Basic .NET
Apr 20th, 2005, 1:14 PM
|
|
Replies: 14
Views: 388
|
Forum: Visual Basic .NET
Apr 18th, 2005, 3:34 PM
|
|
Replies: 14
Views: 388
|
Forum: Visual Basic .NET
Apr 18th, 2005, 1:16 PM
|
|
Replies: 14
Views: 388
|
Forum: Visual Basic .NET
Apr 17th, 2005, 9:20 PM
|
|
Replies: 14
Views: 388
|
Forum: Visual Basic .NET
Apr 17th, 2005, 6:49 PM
|
|
Replies: 14
Views: 388
im wondering whats going to be more efficient,...
im wondering whats going to be more efficient, the database is probably going to have around 8 to 10 thousand records added per week, dont think a text file would be able to handle that would it?
|
Forum: Visual Basic .NET
Apr 17th, 2005, 5:25 PM
|
|
Replies: 14
Views: 388
Database advice
After deciding Access is a pile of shit and cant handle any more than 5000 records without makin the comp run like a chimp with its balls nailed to the floor, ive come for some advice.
Id "like" to...
|
Forum: Visual Basic .NET
Apr 11th, 2005, 11:27 AM
|
|
Replies: 0
Views: 222
MSSQL/MSACCESS Search
Another little problem im having with searching data from an MS Access Database, the following code gives me an error, but it works perfect if it juse use "SELECT * FROM tblData", the error is on...
|
Forum: Visual Basic .NET
Apr 10th, 2005, 7:40 PM
|
|
Replies: 4
Views: 389
|
Forum: Visual Basic .NET
Apr 10th, 2005, 8:32 AM
|
|
Replies: 4
Views: 389
Time between two dates and times
Need to be able to get the amount of time inbetween 2 dates and times, im storing the date and time in a database using the DateAndTime method.
I need to be able to find out the amount of Days,...
|