Netcode 33 Veteran Poster
Women of Faith- Boundless love
The reverse is the case for me, i used chrome before i got started with firefox.
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
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!
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
and you have tried....?
great, now you're making progress
loether, try something on your own first, then you can be helped out if you encounter errors. Its the best way to learn
Still in love with NFS Carbon and Prince of Persia
Firefox is also fast and most times lighter when on a slow network.
Rock it. Put programming aside for once and enjoy your achievements. Happy Birthday
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
Nope, i did not. You can always download the application. It works for IE & Mozilla firefox for now.
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!
Try something out and lets know when you need help. If you have, then show us your effort
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
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.
You can consider building the Mobile App for Daniweb ;)
It entails continous research in the area. Keep reading as much as you can
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
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
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?
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()
try 'Visual Studio 2010 all-in-one for dummies' by Andrew Moore
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 .
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?
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
I totally agree, it has always been my thought
Shouldn't the ProductCategory have an Id and Description
I totally agree with you
How come you designed an applications from start to finish without any data testing, then how can you guaranty it works?
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.
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.
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:
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
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
i hope we have a winner defined by the chosen print for the T-Shirt
The only real measure of your value is the tangible contribution you make each and every day