Is it at all possible to dynamically create a Datagrid using a variable as it's name? I have tried and am either not doing something correct or it cannot be done. Please help. I have tried the following with no success.
Private Sub brunTest_Click(ByVal sender As System.Object, ByVal e As...
Is there any way to return a recorset into an array instead of doing the following?
rsTT.let_Source(strSQLTT2)
rsTT.Open()
While Not rsTT.EOF
rsTTout = rsTT.Fields(0).Value
strTT.Add(rsTTout)
rsTT.MoveNext()
End While
I am looking for a...
Does anyone have an easy way to clear IE history? I've tried deleting the folders under the History folder but they seem to be "special". I did run across one article that mentioned deleting reg keys but I couldn't seem to get the code to work (not sure if it was VB6 or .NET) in...
If this is a repost please forgive.
I've created a little app that reads from multiple db servers and outputs to a xls. I have the data from each server going to it's own sheet.
1) My first question is, is there any way to output to the xls without using the following due to the fact I'd...
Please help,
I'm trying to create a little app to archive data out of an Access Db. I've created a DSN that I can use MSQuery to connect to the mdb with and select/delete but when I try to connect from inside the .NET app it doesn't delete.
Here's the code I've got. Plz excuse, I am very new...
I've searched the forums and havn't came up with an answer that fixes my problem.
I'm running RH7.3 Apache 1.3.27. What's happening is, when the page opens that I have PHP on it dies when it gets to the first line of the php code. What I mean is, the page is blank from just before the php...
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.