Netcode 33 Veteran Poster

Just read books and you would understand better. IF you want everything given to you, you can as well just ask for the full project

Netcode 33 Veteran Poster

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!

and you antivirus program can't disinfect?

Netcode 33 Veteran Poster

Firefox may do

Netcode 33 Veteran Poster

What if you work with XML?

Netcode 33 Veteran Poster

What have you tried?

Netcode 33 Veteran Poster

check here for connection strings

Netcode 33 Veteran Poster

just saw this on the computer science forum

Netcode 33 Veteran Poster

nice one.

Netcode 33 Veteran Poster

webnet, a simple image to show the misunderstanding

Netcode 33 Veteran Poster

Why not try something on POS

Netcode 33 Veteran Poster

day dreaming . maybe you can just make a new project.

Netcode 33 Veteran Poster

I have no special talents. I am only passionately curious. -Albert Einstein

Netcode 33 Veteran Poster

thanks all

Netcode 33 Veteran Poster

Yes of course, there's a more professional level of learning just as there is also the probability of more dumb teacher who cant only make a timer but may not even implement 'Hello World'
The best thing you can do is to help yourself, and whatever school you find yourself, just ass knowledge to what ever you can acquire

Netcode 33 Veteran Poster

You can go for a certification course if you need to upgrade your CV but remember, Great powers, great responsibilities

Netcode 33 Veteran Poster

Just learnt not to be too fast in relationships :)

Netcode 33 Veteran Poster

check here

Netcode 33 Veteran Poster

check here for all connection strings

Netcode 33 Veteran Poster

check here

ErnestSeeker commented: good +0
Netcode 33 Veteran Poster

You may read here

Netcode 33 Veteran Poster

Just learnt that Shanti C wants to know what i learnt today

Netcode 33 Veteran Poster

show some effort

BossCode commented: encouraging +0
Netcode 33 Veteran Poster

Read here

Netcode 33 Veteran Poster

Explain further

Netcode 33 Veteran Poster

> The disk may not be recognized by the system at start up
> The Boot Loader may be corrupt
>I would recommend you reinstall the OS

Netcode 33 Veteran Poster

SELECT tenant.firstName, tenant.lastName FROM tenant JOIN Name ON tenant.firstName = firstName.lastName",

You could create a view by joining both tables and then fill up your listbox from the saved VIEW

Netcode 33 Veteran Poster

What database are you making use of?

Netcode 33 Veteran Poster

The JOIN should be part of your SQL Query

Netcode 33 Veteran Poster

very correct.....like killing two birds with one stone

Netcode 33 Veteran Poster

And what makes you feel that your teacher in your next school will still show you all that?

Netcode 33 Veteran Poster

“Don’t limit a child to your own learning,
for he was born in another time.”

~ Rabindranath Tagore

Netcode 33 Veteran Poster

If it works, then mark thread as solved

Netcode 33 Veteran Poster

The IT sector to my best of knowledge is independent of age. All what is required of you is to get the job done and done well. I don't know your likes on computer based on areas whether programming or networking or hardware and etc. But i would advice you keep yourself inclined with what you feel you can do best in the IT world. If you feel you can do some repairs, then move on with it and get to the best you can.

The IT sector is also saturated but the fun thing is that its dynamic and things keep changing and improving. There's no end to technology so everyone is welcome on board. All that is required of you is to KNOW YOUR STUFF

Netcode 33 Veteran Poster

The schools does not matter so much, its your willingness to learn and the passion for programming

Netcode 33 Veteran Poster

Need for Speed (Carbon)

Netcode 33 Veteran Poster

I would rather advice you become a professional in C# first. With this, you can create good console, windows and web applications(all in one) using the same language. It would also give you some experience with other languages you may want to interface your applications with.

Netcode 33 Veteran Poster

the datatype on your dbase does not match that of the datetimepicker

Netcode 33 Veteran Poster

You mean permutation. You may want to read up here

Netcode 33 Veteran Poster

i am asking about functions not about auto_generate_id()
it may be blank or other function.

You have not explicitly stated what you want. From your codes, you're retrieving the staff_id in the database and incrementing to make another id. That's good and most vb6.0 developers do that but what if there is no current record. That's why you need to create a random class that would generate ID's independently.

So from this, do you want to learn how to create a function or you want to learn how to generate auto_id that works?

Netcode 33 Veteran Poster

That's more of a test to me. Not sure if you can put two of them without changing names so the best you can do is keep the name but add a suffix
Example:
HR Document
HR Document(1) and so on

Netcode 33 Veteran Poster

Say exactly what you want

Netcode 33 Veteran Poster

You can simply use the Import and Export wizard in SQL server Management studio

Netcode 33 Veteran Poster

Whats the difference between this thread and this

Netcode 33 Veteran Poster

I know you must be using SQL statements to do that but those commands must be querying a source.

Netcode 33 Veteran Poster

So if you don't want to use a database system, what do you intend to use because in all you statements, you mention insert, update, data fetching and others but you never mentioned your alternative for using a database system

Netcode 33 Veteran Poster

Show some effort

Netcode 33 Veteran Poster

What exactly is the problem with your codes and
How do you want to access the auto generated numbers?

Netcode 33 Veteran Poster

“Man has responsibility,
not power.”

~ Native American Proverb

Netcode 33 Veteran Poster

Just like you said, all places are different. But if am asked to speak, i would say you can go in for consulting job if you can get your hands on one. I found out that most consultants are people who have the knowledge, but smaller knowledge than the core developers and come to think of it, they are better paid than even the developer.Since you have some knowledge on how things work and with your internship you have gathered some experience, you can give consulting a try and then use the opportunity to keep developing your programming skills until you have the confidence in yourself to solely deal with it.

Greetings to your wife and kid.

Best regards

Netcode 33 Veteran Poster

Use a real database (SQL Server maybe)