Forum: MS SQL Jan 17th, 2007 |
| Replies: 4 Views: 2,589 Re: MSSQL Fields Out Of Order Hi Rob, hey thanks for the effort. The 8.02 release of Dreamweaver updated the server-side code generated by Dreamweaver to protect databases against SQL Injection. Unfortunately, Dreamweaver 8.02 no... |
Forum: MS SQL Jan 15th, 2007 |
| Replies: 4 Views: 2,589 Re: MSSQL Fields Out Of Order Hi Rob!
You are right on the money. I have found out this very thing from another forum I posted the problem in as well. But there is something else that I need to address and that is the different... |
Forum: MS SQL Jan 13th, 2007 |
| Replies: 4 Views: 2,589 MSSQL Fields Out Of Order For years I have been working with MS Access and enjoying the simplicity and ease of use. I am now making the move and converting all of my sites to MSSQL. Virtually everything works but in the... |
Forum: Windows NT / 2000 / XP / 2003 Dec 14th, 2006 |
| Replies: 14 Views: 2,418 Re: 2 Second Delay - One for the Masters... Resolved!
Downloaded the latest BitDefender Internet Security v10. It found the following and quarintined it. Once it was quarantined Notepad and everything else opened in a flash and began working... |
Forum: Windows NT / 2000 / XP / 2003 Dec 6th, 2006 |
| Replies: 14 Views: 2,418 Re: 2 Second Delay - One for the Masters... The thing is that I had installed a Genuine WinXP w/SP2 disc and the system was running fine for weeks before this started happening. In addition to that I wanted to remind readers that I never... |
Forum: Windows NT / 2000 / XP / 2003 Dec 3rd, 2006 |
| Replies: 14 Views: 2,418 Re: 2 Second Delay - One for the Masters... Already tried turning off all Visual Effects from System Properties to no avail. In certain cases I would agree with you but this is a performance laptop and cleartype and drop shadows are not likely... |
Forum: Windows NT / 2000 / XP / 2003 Dec 3rd, 2006 |
| Replies: 14 Views: 2,418 Re: 2 Second Delay - One for the Masters... It's strange that it took me this long to notice it, but I just realized that when launching an application such as notepad, during that 1.5~2 second delay, the hour glass will appear if you mouse... |
Forum: Windows NT / 2000 / XP / 2003 Dec 1st, 2006 |
| Replies: 14 Views: 2,418 Re: 2 Second Delay - One for the Masters... I know exactly what you mean. It just shouldn't be happening, however, to clarify its not exactly an issue "opening" apps like notepad it's more to the point that the program opens in a heartbeat but... |
Forum: Windows NT / 2000 / XP / 2003 Nov 30th, 2006 |
| Replies: 14 Views: 2,418 Re: 2 Second Delay - One for the Masters... Darren, thank you very much for the reply and tip. Actually, this is something that I tried but forgot to mention in my original post.
I decided to try it again based on your recommendation. It did... |
Forum: Windows NT / 2000 / XP / 2003 Nov 30th, 2006 |
| Replies: 14 Views: 2,418 2 Second Delay - One for the Masters... I am having the strangest problem with Windows XP. No matter what application I load, there is a 1.5 ~ 2 second delay before the application is ready for use. I will explain further, first, here are... |
Forum: VB.NET Apr 22nd, 2004 |
| Replies: 11 Views: 15,580 Re: Create Windows Authentication It sounds like we are back to the second and fourth post in this thread. Now its time to bring them together
Your select statement is fine, what you need to do is use the results of the query:
... |
Forum: VB.NET Apr 22nd, 2004 |
| Replies: 11 Views: 15,580 Re: Create Windows Authentication Usually this error is generated when a numeric is expected and a string is supplied or vice versa. I presume that username is indeed a string and not a numeric. If it is numeric; remove the '.
If... |
Forum: ASP Apr 22nd, 2004 |
| Replies: 2 Views: 2,966 Re: Need Help with ASP In the future you may want to be just a little bit more specific about your project such as the type of DB etc. But, here is a very easy method of checking records in an Access DB to see if they... |
Forum: VB.NET Apr 22nd, 2004 |
| Replies: 11 Views: 15,580 Re: Create Windows Authentication Sure! That is yet another way of doing it. My third choice in fact which I did not want to get into fearing over complicating the issue. But yes you can do it that way.
The only thing you need to... |
Forum: Motherboards, CPUs and RAM Apr 22nd, 2004 |
| Replies: 5 Views: 10,862 Re: Mother Board Identification Feels like a Chaintech mobo. Maybe a version of the 6BTM. I could be wrong though.
Look anything like this:
http://www6.tomshardware.com/motherboard/19980526/index-06.html
That one has 4 ISA... |
Forum: Troubleshooting Dead Machines Apr 21st, 2004 |
| Replies: 3 Views: 2,136 Re: texts/writings appears too sharp The best thing you can do is to go in and play with the settings. Look for settings like "Sharpness", "Moire Reduction" and play with those until you get what you are looking for.
Brightness and... |
Forum: Troubleshooting Dead Machines Apr 21st, 2004 |
| Replies: 11 Views: 4,933 Re: Needing Expert Advice On Desktop Computer I can not help but agree with TallCool1. In the long run you will be better off building your own machine. This is not a difficult thing to do, in fact it can be very enjoyable and rewarding.
I... |
Forum: VB.NET Apr 21st, 2004 |
| Replies: 11 Views: 15,580 Re: Create Windows Authentication In all logic, what you are trying to do sounds simple. But for clarification let me state what it is I think you are trying to do.
You have a logged in user and their username is stored in a... |
Forum: ASP Apr 21st, 2004 |
| Replies: 1 Views: 10,866 Re: Help on ASP pages parameters transfer Once you have submitted data to a page (asp1), you will need to rebuild the output to (asp2). There are a few ways to do this, I will show you two that you can use in ASP1.
The First:
<%
'Error... |
Forum: VB.NET Apr 21st, 2004 |
| Replies: 11 Views: 15,580 Re: Create Windows Authentication Like any code, there are probably a thousand ways to go about this. What I have here is the most fundamental method.
If you are using sessions or polling the database before the page is built you... |