Forum: MS SQL Aug 16th, 2005 |
| Replies: 10 Views: 11,378 try doing your calculations before your sql statment
Dim i As Double
Dim MySql as string
i = 50 / 100
Mysql="Select " & i & " FROM table;"
rs.open MySQl,conn,3,3,1 |
Forum: Viruses, Spyware and other Nasties Jun 16th, 2005 |
| Replies: 10 Views: 1,699 go to hkey_local_machine/software/microsoft/windows/currentVersion rename
run to -run
runonce to -runonce
runservices to -runservices
goto C:\Documents and Settings\All Users\Start... |
Forum: Viruses, Spyware and other Nasties Jun 16th, 2005 |
| Replies: 10 Views: 1,699 Once you get thos fixed go ahead and download the ms Antispyware. seems to be pretty good so far. Might even be compatable with windows. |
Forum: Windows NT / 2000 / XP Jun 16th, 2005 |
| Replies: 13 Views: 35,112 goto the command prompt
Start | Run
type in cmd and hit enter
This will bring up a black command box
type ipconfig
the line that saysDefault Gateway . . . . . . . . . : 192.168.100.251... |
Forum: Windows NT / 2000 / XP Jun 16th, 2005 |
| Replies: 13 Views: 35,112 I stand corrected. Thanks for the info. |
Forum: MS SQL Jun 16th, 2005 |
| Replies: 10 Views: 11,378 change the resulting variable to type double |
Forum: Windows NT / 2000 / XP Jun 16th, 2005 |
| Replies: 58 Views: 268,633 I'm sure your vigilance has helpa number of people, Thanks. |
Forum: Windows NT / 2000 / XP Jun 16th, 2005 |
| Replies: 13 Views: 35,112 Just log into the router and turn off filtering.
Simple |
Forum: Visual Basic 4 / 5 / 6 Jun 16th, 2005 |
| Replies: 9 Views: 21,759 Service pack 6 would fix this problem and add the libraries techniner said. You do not need to change the format to 97. The access 2003 default database is created as an access 2000 database anyway. |