Netcode 33 Veteran Poster

Women of Faith- Boundless love

Netcode 33 Veteran Poster

Got this from Quantcast.com

Netcode 33 Veteran Poster

checking it right away

Netcode 33 Veteran Poster

The reverse is the case for me, i used chrome before i got started with firefox.

Netcode 33 Veteran Poster

Its quite easy but you would agree with me that you would learn faster and better if you try it out yourself. Try something out and if you encounter any problems, just post your codes and whatever error message

Netcode 33 Veteran Poster

You can just create a webpage(more like a suggestion or complaint box) with maybe four text-boxes. That would include one for the customers name, the other for an email(when a reply is to be sent), the third for subject, and the fourth for comments.

When this is done, you can create a table where contents of these four text-boxes are saved in the database. It should not give you much problems saving the message because its the same INSERT statement since all you want to do is just to save the messages

Hope you have a great stay at your workplace
Goodluck!

Netcode 33 Veteran Poster

What DBMS?

Netcode 33 Veteran Poster

Well i was thinking of learning C as this is very widely used in industry,

That means you knew widely used programs but still decided to ask what is widely used.

one thing is, there is no best. Best can manageably be defined as as function of the application you want to design

Netcode 33 Veteran Poster

and you have tried....?

Netcode 33 Veteran Poster

great, now you're making progress

Netcode 33 Veteran Poster

Kanye Wsest & JayZ- Otis

Netcode 33 Veteran Poster

loether, try something on your own first, then you can be helped out if you encounter errors. Its the best way to learn

Netcode 33 Veteran Poster

your need is not clear

Netcode 33 Veteran Poster

Still in love with NFS Carbon and Prince of Persia

Netcode 33 Veteran Poster

Firefox is also fast and most times lighter when on a slow network.

Netcode 33 Veteran Poster

Rock it. Put programming aside for once and enjoy your achievements. Happy Birthday

Netcode 33 Veteran Poster

Just crickets

Netcode 33 Veteran Poster

Had a dog named shadow but now, am just with no pets too. Except we decide to consider a computer as an animal as mentioned in one of the replies

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

Rihanna - FLY

Netcode 33 Veteran Poster

Never fear the unknown; embrace it! Never ignore your opportunities; welcome them! Never listen to negativity; laugh at it! Never walk away from your friends; love and embrace them! True happiness can never be achieved if we are alone!

Netcode 33 Veteran Poster

Try something out and lets know when you need help. If you have, then show us your effort

Netcode 33 Veteran Poster

What matters most is that you passed out something valuable. If the person finds it useful and replies you, good for them. if not, still good for them

debasisdas commented: agree +13
Netcode 33 Veteran Poster

since the ID field is auto-increment, you cant add an ID to the query so remove the ID in the query and just leave the rest. The database would automatically assign an ID to any new entries.

Netcode 33 Veteran Poster

You can consider building the Mobile App for Daniweb ;)

Netcode 33 Veteran Poster

It entails continous research in the area. Keep reading as much as you can

Netcode 33 Veteran Poster

Talking about difficulty, it may even depend on your level of knowledge.

Currently the hardest I've had to do was to make a chat system between several different computers which are connected via comport cables. Was pretty difficult in my opinion.

The same chat system may be a joke to someone who's more knowledgeable so the extent to which java prgramming can be difficult is infinity because it depends on the developer's knowledge and what the project entails

Netcode 33 Veteran Poster

better still, it appears you want to keep log of every user that logs into your application. If am right, i would advise you create a login form so that users can enter their username and password. that way, you can now save the user information on every successful login

Netcode 33 Veteran Poster

From the values you're putting into the table, what does '1' stand for? are you using an auto-increment ID in the database or you insert at will?

Netcode 33 Veteran Poster

dbprovider = "PROVIDER=Microsoft.Jet.OLEDB.4.0;"
dbsource = "Data Source = C:\Documents and Settings\aditya\My Documents\project.mdb"

your connectionstring should look like this:

Dim dbsource as string = New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Emp.mdb;")
        
dbsource.Open()

'other codes to follow
sql = "INSERT INTO user values('1','aditya','goel')"
da = New OleDb.OleDbDataAdapter(sql, con)
run = New OleDb.OleDbCommand(sql, con)
run.ExecuteNonQuery()
Netcode 33 Veteran Poster

try 'Visual Studio 2010 all-in-one for dummies' by Andrew Moore

Netcode 33 Veteran Poster

Any errors with what you've tried? i believe there are similar threads so you may also want to use the search function on the top-right corner of the page .

Netcode 33 Veteran Poster

weldone jingda

Netcode 33 Veteran Poster

Want to go bark in time? Check out DaniWeb at the Internet Archive: http://web.archive.org/web/20011127030236/http://daniweb.com/

looks pretty cool, is that what daniweb looked like back in the days?

Netcode 33 Veteran Poster

pretty fast

Netcode 33 Veteran Poster

Yes . similar to facebook (just like how we will be notified if someone comments on our post).
Anyway , hope you'll get all the resources in future and hope daniweb grows to peek in future.

you can help with your donations, am on the way to doing same. You would agree with me that there's much value in this forum

Netcode 33 Veteran Poster

I totally agree, it has always been my thought

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

Shouldn't the ProductCategory have an Id and Description

I totally agree with you

Netcode 33 Veteran Poster

How come you designed an applications from start to finish without any data testing, then how can you guaranty it works?

Netcode 33 Veteran Poster

If i get what you mean, you want your database hosted online and accessible via your web application. try this,

After your development and testing phase on your local machine:
> Use the Database publishing wizard in SSMS to create a script
> on your domain, you can run the script, this would create exactly the same database with all the tables and its schema retained
> Edit the connectionstring in the web.config file to direct all data connections on the website to the online database.

Netcode 33 Veteran Poster

Our greatest teacher really is ourselves. Only we teach ourselves. Only we are the ones who make the decision to accept something and learn - no one else. We can listen to others, but in the end it is our choice to learn.

Netcode 33 Veteran Poster

Our latest batch of tshirts just finally arrived at the office and we're definitely going to be using these for an upcoming batch. Stay tuned!! :)

Nice one :idea:

Netcode 33 Veteran Poster

Rihanna- California King Bed

Netcode 33 Veteran Poster

We're programmers. We work from the light from the screen. And since we got no girls (being nerds), we don't need no groomin' neither.

That should work

Netcode 33 Veteran Poster

first of all, the percentage sign should have gone with the 'Like' wildcard. from your id's, you wont even get an answer if you had no errors because the comparison operator would search for exactly whats on the right side of the query but using the 'LIKE' keyword would produce A better result

Netcode 33 Veteran Poster

listen to soft rock music

Netcode 33 Veteran Poster

i hope we have a winner defined by the chosen print for the T-Shirt

Netcode 33 Veteran Poster

chris Brown- She aint you

Netcode 33 Veteran Poster

The only real measure of your value is the tangible contribution you make each and every day