Netcode 33 Veteran Poster

I got the same message from the same guy but i checked his status and it says 'banned' so i know its under control.

Netcode 33 Veteran Poster

You absolutely have to watch this: http://www.youtube.com/watch?v=abORgnI0NIw

Funny!

Netcode 33 Veteran Poster

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:

C:\python27\pythonw.exe "$(FULL_CURRENT_PATH)"
Netcode 33 Veteran Poster

You're welcome

Netcode 33 Veteran Poster

Programming without Google? Hard to imagine!

Not that its hard, I cant even imagine it at all

Netcode 33 Veteran Poster

Ignorance can sometimes be a blessing. The less you know, the less problems you have to think of. Nevertheless, never underestimate the power and cost of ignorance

codeorder commented: since you already had a -1 for this, thought i'd help and add another -1:D +0
Netcode 33 Veteran Poster

You can simply generate unique random numbers and add concatenate the generated number with the user number.

Netcode 33 Veteran Poster

Debasidas is right as always. You may want to consider implementing security levels for your database. Also, i would encourage use of stored procedures and then you can specify security contexts on your procedures.

Netcode 33 Veteran Poster

Web Application: In software engineering, a Web application or webapp is an application that is accessed via Web browser over a network such as the Internet or an intranet. It is also a computer software application that is coded in a browser-supported language (such as HTML, ASP, PHP, Perl, Python etc.) and reliant on a common web browser to render the application executable.

Windows Application: A program that is written to run under Microsoft's Windows operating system.

Netcode 33 Veteran Poster

If you mean changing an existing user password, then you can do that with the UPDATE statement.
It would be appreciated if you can show some effort on work done so far and then also give info on any error/challenge encountered.

Netcode 33 Veteran Poster

Did you replace the file path in line 7 with the file location on your system ?

Netcode 33 Veteran Poster

Be sure you installed the Fingerprint reader driver, you can check your device manager to make sure you did. If you did, then try re-installing the Fingerprint validation software. Don't know what yours is called who the vendor whp designed it but for my HP Pavilon dm4 laptop, its called SimplePass Identity Protection and designed by Egistec.

Also try checking for soultions on the Dell website, maybe you could download the drivers there

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

very Detailed introduction. Welcome!

Netcode 33 Veteran Poster

welcome!

Netcode 33 Veteran Poster

WaltP is very right. Please all IDs should remain unique

Netcode 33 Veteran Poster

Welcome to Daniweb!

Netcode 33 Veteran Poster

Why bother yourself about IPs when you can simply use the server name?

Netcode 33 Veteran Poster

How can i convert from sql money datatype to double in c#.

Netcode 33 Veteran Poster

Got it.

Netcode 33 Veteran Poster

Are my the only one seeing this? Daniweb seems to be out of order. Fancy buttons now just show links and member names and avatars seem to cross borders into comments and posts made by members. Also, the text space for typing replies is just in disarray as in the attached thumbnail

Netcode 33 Veteran Poster

There is no certification without a value. Apart from the certificate itself, there is always something new to learn.

Netcode 33 Veteran Poster

Hello everyone. Am designing a web application based on human resources. I need to perform a search which would give results as a dropdown as the searchstring is being typed( as seen in photo one) to include the photo/image of the person and little detailed description like the Name, Department and Personnel_ID by the side and when i click on search result, it should show me the full profile where i can edit and save changes(as sen in photo two)


NB: Am designing with Visual Basic and SQL Server.

Netcode 33 Veteran Poster

this is the general syntax for creating tables

CREATE TABLE
[ database_name . [ schema_name ] . | schema_name . ] table_name
( column_name <data_type> [ NULL | NOT NULL ] [ ,...n ] )

so using your code to create a sample table(even though i don't know what you want to call the table from your code so am using 'personel')

CREATE TABLE Personel
 (ID INT NOT NULL,
  Name VARCHAR(40) NOT NULL)
Netcode 33 Veteran Poster

i've really been noticing the number of newly joined members and the total number of members in the Daniweb community and am wondering, can we meet a million target by the end of this year? I would really like us to have a whole new range of digits from next year and if your answer is NO, what can be done to attract more members.....your sincere opinion is needed.
Thanks!

Netcode 33 Veteran Poster

Rashakil's instance is a good one to note. If you love and know maths, then you must always try and try again until you get the solution, no matter how difficult the question may be. That's the way Computer science is in genereal.
So simply put, you need courage, strength, determination and knowledge.

Netcode 33 Veteran Poster

you have a point there/ I've also made the same suggestion before but i don't think its part of their rules.

Netcode 33 Veteran Poster

Sure i do, i just want you to see my own point of view just as i took out time to consider yours. You've not analysed mine and made any conclusions whether positive or negative, you're just pushing yours.

Netcode 33 Veteran Poster

Having the tutorials here would be better in terms of traffic to daniweb and also easier to manage.

It does look more professional

Daniweb could also be made professional

Netcode 33 Veteran Poster

Simply use the built-in screen saver lock after some minutes of inactivity. Adam_K has just explained the stress in achieving what you want.

Netcode 33 Veteran Poster

IF am right, are you trying to get all records where year_id in the range of 2010 and below?

Netcode 33 Veteran Poster

see here

Netcode 33 Veteran Poster

Give more info on your request and if possible, post some codes on what you've done so we could have a clearer picture

Netcode 33 Veteran Poster

R.I.P to a great tech contributor

Netcode 33 Veteran Poster

pretty bad:(

Netcode 33 Veteran Poster

cwarn23, you must be good at playing tricks. That dude must be lucky you're not the one he's playing games with.

Netcode 33 Veteran Poster

Under the 'Hardware & Software menu', we have 'Microsoft Windows' and 'Windows Vista and Windows 7' as sub-menu. After the official release of Windows 8, i think there should be need to accommodate it.

Netcode 33 Veteran Poster

Whats the error you received?

Netcode 33 Veteran Poster

Read

Netcode 33 Veteran Poster

Its simple, just read books. The truth is, not every detail can be explained to you here. We can help when you have difficulties while working

Netcode 33 Veteran Poster

Nope, i did not. You can always download the application. It works for IE & Mozilla firefox for now.

Netcode 33 Veteran Poster

pretty fast

Netcode 33 Veteran Poster

It may interest you to see the traffic details for daniweb. I have this utility application for video download and it was just updated to provide this service. You can also see site rankings apart from the chart of traffic details

view it here

Netcode 33 Veteran Poster

If you're used to clearing your browser history and cache, then be sure to log in again

Netcode 33 Veteran Poster

This should be dependent on what is to be done. But just as Rashakil Fol stated, for starters, PHP would do you good.

Netcode 33 Veteran Poster
GrimJack commented: I prefer actual discussion to empty links. +0
sergent commented: I prefer not downvoting people without a real reason! +0
Netcode 33 Veteran Poster

What do you know about the Windows 8 coming soon?

Netcode 33 Veteran Poster

If you knew exactly when the world would end, what would be the last thing you would like to do?

As for me, i would enjoy my days to the fullest and wait patiently in all right manners if you know what i mean;)