- Strength to Increase Rep
- +9
- Strength to Decrease Rep
- -2
- Upvotes Received
- 70
- Posts with Upvotes
- 60
- Upvoting Members
- 37
- Downvotes Received
- 150
- Posts with Downvotes
- 137
- Downvoting Members
- 22
- Interests
- reading, music
| |
Re: Am currently eating hunger......dats the only thing in my belly | |
| Re: I saw "White house down" just last week. |
Re: [QUOTE]hey, i've made a textbox and want the asp.net to search max id from database(basically from sql2005) and generate the max id +1 into the textbox .[/QUOTE] 'Jx Man' already gave showed you that in his code as written below [CODE]Try Dim sql As String = "SELECT MAX(NO) 'IDNumber' FROM … | |
Re: first, the variable has to get its value from an input source, maybe a text box so why not do something like this [CODE] "SELECT Product_Name FROM tb_ProductInformation" & _ WHERE Product_Name Like "'+ textbox1.text+'" [/CODE] | |
| Re: am trying it out, can't see anything like 'CopyifNewer' in the Build action. What's closest to it that stars with a ''C is 'Compile' and 'Content' |
Re: The python shell (pythonw.exe) does not come up. But when i use the console(python.exe), it works. Can someone please help me figure this out cos i really prefer the pythonw.exe> i hate the console too Here's what i used:[CODE] C:\python27\pythonw.exe "$(FULL_CURRENT_PATH)"[/CODE] | |
Re: WaltP is very right. Please all IDs should remain unique | |
Re: The Datasize of the column should be increased before you import from excel. Also ensure that there exist the same number of columns in sql server as with the source file and make sure sql server can accomodate the datatypes of the source file in each respective column. Should work … | |
Hi All, am trying to use build a secure login page. I have written necessary functions and the registrations works fine (with secure hash + salt passwords created) but the verification never goes through. Can someone point me in the right direction? Imports System.Data Imports System.Data.SqlClient Imports System.Security.Cryptography Imports System.Web.Security … | |
| |
Re: [code] dim con as sqlconnection = new sqlconnection( _ "server= server name; database= d-basename; user id = server id; password= server password;") [/code] | |
Re: [QUOTE]and there is always an error when i try to install it![/QUOTE] Are you sure it downloaded without errors? if not, its advisable you reinstall | |
Re: [QUOTE]i also ran a scan with malware anti malware software and it showed i had 165 objects infected! i have a log for the scan also. can u help me please! [/QUOTE] and you antivirus program can't disinfect? | |
Re: [QUOTE=;][/QUOTE] Looks interesting and fun. Thanks for the introduction vegaseat. If i may ask, what good books would you recommend for starters? | |
Re: A car uses 1.6 ounces of gas idling for one minute. Half an ounce is used to start the average automobile! | |
Re: [QUOTE]So my question is, what is most popular in the market, now and what will be popular for the next 2-3 years? PHP or ASP.NET?[/QUOTE] You may find so many sites designed with PHP because its an opensource language and many start-up companies may not be able to afford costs … | |
Re: [CODE] If Me.txtLine2Rcon.Text = "" Then MsgBox("Please insert a running condition for Line 2 before you add it to the database", vbOKOnly) exit sub 'this is to leave the sub procedure and prevent further code execution [/CODE] | |
Re: [QUOTE=;][/QUOTE] maybe you can design one to fit your needs | |
#include <stdlib.h> #include <string.h> int main(int argc, char *argv[]) { char *first, *second, *third; first = malloc(888); second = malloc(22); third = malloc(22); strcpy(first, argv[1]); strcpy(second, argv[2]); free(first); free(second); free(third); return(0); } Like I said before, I need help learning C and trying to figure out my errors. With this … | |
Am trying to write a c program to do the following; • Write on the screen: ``Please enter a positive number: ''. • Accept a number from the user. • Keep prompting for more numbers until -1 is entered • Output the sum of all entered numbers excluding -1. • … | |
Hi all, trying to read up on C to get acquainted with the language. Got an exercise am trying to answer and i may need your help to know if am right. I have this code as below, and am asked, what lines have buffer length checking errors. int main( … | |
| |
Re: The more extensive a man's knowledge of what has been done, the greater will be his power of knowing what to do. | |
Re: except there's some incentives to go with it. Like staying young (the vampire myth), being comfortable, never falling sick....and more | |
Re: To achieve not just the microsoft outlook interface but MS Office as you would have noticed Microsoft Office applications come with same looka and feel, you should learn more about "ribbons". You could get some help on the control [here](http://msdn.microsoft.com/en-us/library/windows/desktop/cc872782.aspx) | |
Re: You should use a database for your password rather than hardcoding. So if your app and there is need for a password change, you wont have to do some coding over again. | |
Am new to python and i need help dealing so i would go ahead and post the question and my little solution so far. **Question:** a Procedure which takes four parameters as follows; Dictionary File- the file name of a text file containing four letter words Start Word- a four … | |
Re: post some code on what you have done and you would get help if you have issues. |