No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
Hi This is a post to hopefully get some useful career advice. I'm new to this community however having looked through lots of posts on the forum it looks the best place to ask for advice. I'm 24 years old, currently living in Cumbria. I've am working as an Electronics …
Hi Are you using SQL server? If so, then why don't you create a stored procedure to calculate the percentage for you and rather that executing a long SQL string, you could just execute the stored procedure (getting the SQL server to do the work for you) and print the …
Hi I've recently signed up with Pipex internet having moved from Freedom to Surf. I chose the 2Mb package as my line is capable of 1Mb max (living in the middle of nowhere) which is what i achieved with F2S (about 1100kbps connection speed). After configuring my router to use …
Hi Try looking into the permissions you have set in IIS for the folder that the processForm.asp file lives in. It could be something to do with only having read permissions. Or maybe even the permissions on the Access database too Kev
Hi Just after the bios screen when your computer starts up, if you press F8 (several times until the boot menu appears) and select Last Known Good Configuration - this might hopefully restore your PC back to before it started crashing. Apart from that, i think you might have to …
Hi I'd say it could be a problem with the slot on your motherboard that your video card slots into (AGP or PCI-E). Could be that if you've taken your card in and out repeatedly then it could have worn out the pins on the socket - i've had exactly …
Hi I think you want to use a ListView instead of a ListBox. With a ListView you can have multiple columns (like windows explorer details view). You must remember to set the View property to List or Details and the very first item you add you must use the Items …
Hi I've had this problem before but it was on a PC connected to the network. Something to do with loading profile names over a network, the computer would just display a strange account name like what you've found. Don't know if this is any use but might be relevant. …
Hi What does the "o" argument do? I think the problem is to do with this argument, if you want telnet to just connect to a host then just pass the hostname.text as the argument without the "o" Hope this helps Kev
[QUOTE=mark12;561614]i want to know what is the correct combination of cursor type and lock type for inserting/adding data in database... i use ASP to create Website but when i create database inside it the cursor type and locktype is mismatch... i really need help....[/QUOTE] Hi When i've inserted data into …
The End.
kevinwebster83