670 Posted Topics
Re: [QUOTE]There are so many hosts out there, and I'm kind of tired using Google cause when I search for the most reliable and all that it doesn’t actually show you posts abut people recommending them, it actually shows you hosting sites that say they are good. [/QUOTE] You may want … | |
Hi everyone, this is a kind of poll. Daniweb is one of the best and leading forums for problem solving of all kinds. Its one forum i know that you can have a friends list and add people to them, also you can send and receive private messages. Sometimes, we … | |
Re: [QUOTE]'To executescaler means to execute the above instructions i.e to insert only one row of data Dim Id As Integer = Convert.ToInt32(cmd.ExecuteScalar())[/QUOTE] Thats not to insert, use this: [CODE]connection.Open() cmd.ExecuteNonQuery() connection.Close() [/CODE] and try to do some error handling on your codes as suggested by Adam_K | |
Re: Nice one Adam_K. Please mark thread as solved if solution found | |
Re: I guess you want to make sure the UserID exists before such user can borrow a book from your library. If am right, then the best thing to do is as outlined: 1. Register users in your database 2. When users want to borrow a book, you do not compare … | |
Re: You're the best person who can pick what you can do and regarding a language, you already mentioned some | |
Re: [QUOTE]engineering ,is a big word to use in a simple answer [/QUOTE] Well, your first question was simple so there was no need for a big answer | |
Re: Good and you must really be a busy person as i can see you've got your hands full | |
| |
Re: Explain further. Do you just want to create strings you call password and do nothing with them? | |
Re: You may also want to determine your kind of paper. A tissue paper or a cardboard? | |
Re: [QUOTE=pocohontus;1618502]well this is not a help post its something i want to tell everyone i just had my project viva and my project was awesome my sir liked it very much it was success.....i was asked to submit my resume so that my professor could recommend me for job interviews … | |
Re: You reached 188 points, so you achieved position 398722 of 1598621 on the ranking list You type 257 characters per minute You have 43 correct words and you have 0 wrong words | |
Re: [QUOTE=violette;1619514]The code u gave is 'DataGridView1' but i'm using 'DataGrid1'. I thought they are different things and somehow it cause errors and it still does not generate the autonumber. One of the errors is; Error 1 Handles clause requires a WithEvents variable defined in the containing type or one of … | |
I wonder if there's anyone in my shoes and if there is, if his leg fits in the shoe just as mine. I work with the Feds in my country and with a health agency. Its normal to introduce Info Tech in all fields but its damn nuts here. I … | |
Re: For VB6.0, i would advice you create your projects and the database file in the C:\ drive. You can create a folder there to save projects so when you move your project folder to another system, the name and directory of the Access Dbase file remains the same. Having said … | |
Re: you could try this for your login because you have shown some code. [CODE]Dim connection As New SqlClient.SqlConnection Dim command As New SqlClient.SqlCommand Dim adapter As New SqlClient.SqlDataAdapter Dim dataset As New DataSet connection.ConnectionString = ("Data Source=CUBED-DESKTOP05;Initial Catalog=Biometrics;Integrated Security=True") objconnection.Open() 'open connection to server 'this is the SQL select statement … | |
Re: [QUOTE=firebirds98;539880]Please Delete this thread I figured it out I needed the line of code ddlflightnum.DataValueField = "flightnum"[/QUOTE] Delete? you should mark it as solved since you've got the right thing | |
Hi Everyone I want every single operation carried out on my application from signing in to signing out written to a text file and the operations would have a timestamp for each corresponding operation. How do i go about this, i have no single idea at all. Thanks | |
Re: check [URL="http://http://msdn.microsoft.com/en-us/express/aa975050"]http://http://msdn.microsoft.com/en-us/express/aa975050[/URL] Remember that the free version is the express edition and has its limitations so you don't get started and have issues without knowing where its from Happy Programming! | |
Re: If this were to be in my country, the testers would have taken over the whole nation and become so wealthy. | |
Re: How does you application work, with excel? please show some code | |
Re: [QUOTE=pclfw;1615187]I was asked a question a few days ago that I cannot easily answer. "Why don't we put all of our small application databases into a single database?" Well, There's nothing really stopping us. All of our small apps were developed in house so we don't have any problems with … | |
Re: check [URL="http://http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/52655606-6597-482b-81cd-9682115d1d7f"]http://http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/52655606-6597-482b-81cd-9682115d1d7f[/URL] | |
Re: [QUOTE=vinaysrk919;1616488]what code i will use in asp.net to insert,update,delete & select data into oracle 10g..[/QUOTE] Make a try first | |
Re: [QUOTE=monaiz;1616826]So like this Textbox1 has this text [url]http://www.facebook/whatever1[/url] [url]http://www.facebook/whatever2[/url] [url]http://m.facebook/whatever3[/url] [url]http://m.facebook/whatever4[/url] [url]http://m.facebook/whatever5[/url] I want it on a button press it will change any urls with [url]Http://www[/url]. to [url]http://m[/url]. so at the end after button press it will be [url]http://m.facebook/whatever1[/url] [url]http://m.facebook/whatever2[/url] [url]http://m.facebook/whatever3[/url] [url]http://m.facebook/whatever4[/url] [url]http://m.facebook/whatever5[/url] And Also i need it on button … | |
Re: [QUOTE=Sae1962;1610038]Hello! My question concerns software architects that have experience with UML/UTP. [U]Introduction:[/U] We are currently in the start phase of a new project, where documentation for hardware with embedded software is written. I am responsible for the GUI development. As the starting point, a predecessor model is used. Its GUI … | |
Re: Its an event driven application so there must be an event before there is a response. You could only use your conditional loops to check before proceeding to the calculation | |
Re: Try calling up the Main form before you clear all resources used by the Login form [CODE]'insert all codes including user validation MainForm.Show 'Clear all login form resources Me.Dispose [/CODE] | |
Re: [QUOTE=vinaysrk919;1615513]manual coding of login and logout in asp.net with c#, after that every click shows the login page...without the user login them........![/QUOTE] To code your login page manually, >First you need to create your own controls on the login page >code the login button to validate already registered users in … | |
Re: [QUOTE=firstPerson;1612418]I'm presenting to day at my internship in front of the whole company and the president, wish me luck!!!! I'm so nervous.[/QUOTE] Seems you've got so much nerves for you to be nervous....lol. just relax, out on some confidence, am sure you will make it. All the best | |
Re: this is my best song at the moment: One Republic - Good life | |
Re: [QUOTE=debasisdas;1614807]You need to read books for all that. Try using any search engine will get a lot of code online.[/QUOTE] Very true, he has to read but remember he is here so we can direct him in the right path. Some books just dont give people what they want. | |
![]() | Re: I really love the last result on the Google self-driven car. The International Body has decided not to legalize it because its a rule that there mist be a driver behind every wheel but come to think of it, These cars on their own are more accurate than the humans … |
Re: Read on it and try it out yourself then if it does not work, ask for a solution and you'll surely get it on Daniweb | |
What exactly has been your wildest thought or fantasy which you clear know/knew is/was unachievable? | |
Re: Asking for an algorithm is like asking for a massage. You need to get something done before you ask for help. | |
Re: Enable FTP access on the remote computer where your sql server exists and check for various suitable connections strings in the link: [URL="http://connectionstrings.com"]http://connectionstrings.com[/URL] | |
Re: you may want to try this: [CODE]Dim sql5 As String = "insert into table_data(type,description) values('ERROR','" + str_exception + "')" Dim cmd_sql5 As New SqlCommand(sql5, connection) connection.Open() cmd_sql5.ExecuteNonQuery() connection.Close()[/CODE] | |
Re: why would you want to execute commands from a text-box when you can simply declare variables to hold the commands. | |
Re: [QUOTE=adam_k;1606143]What version of SQL are we talking about? If it's Express, then there are limitations (to concurent users, GUI and others). Other than that all SQL servers are available to the network. Have your program connect to the SQL via the appropriate connection string (Look here : [url]http://www.connectionstrings.com/[/url] )[/QUOTE] best … | |
Re: Do a system restore to a date before you installed sql server, try re-installing SQL Server and be careful no to change names or properties where not necessary | |
Re: [QUOTE=bradploz;1611851]stop replyin to me coz it seems like you dont have any knowledge of what Im talkin about coz you cant answer them, I need books and forums for faster learning..Im not a bookish person man..[/QUOTE] Easy....We're all here to learn as no one knows it all. You have to … | |
Re: [QUOTE=eVva;1205016]I have text box and button when i clik tht button it has to display all the data if it is relevent to the data else it has to say no data . my project is about track cd. name textbox that i want to search is txtTitle.Please help me!!Urgent. … | |
Re: use the structured error control and use a messagebox to display the cause: [CODE]Try 'statement(s) Catch ex as exception Messagebox.show(ex.message) End Try [/CODE] | |
Re: Yes you can. You could use a label to do the trick and a timer. I always prefer designing my own splash screen for purpose of clarity and easy manipulation | |
Re: [QUOTE=aldeene;1611450]ahuh and that's another thing I should think about, sir maybe for now let's assume that the process is executed properly when that certain window is closed..[/QUOTE] You keep accepting all options, it appears you've not stated clearly what you want to do. That's the first thing to do |
The End.