670 Posted Topics

Member Avatar for .kaine

[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 …

Member Avatar for chrishea
0
170
Member Avatar for Netcode

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 …

Member Avatar for Netcode
-1
194
Member Avatar for denmarkstan

[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

Member Avatar for Netcode
0
170
Member Avatar for lion8420
Member Avatar for Netcode
0
188
Member Avatar for Mits14

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 …

Member Avatar for Netcode
0
101
Member Avatar for farhanrocks

You're the best person who can pick what you can do and regarding a language, you already mentioned some

Member Avatar for Rashakil Fol
-3
287
Member Avatar for parameswaran

[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

Member Avatar for caperjack
0
181
Member Avatar for blackcathacker

Good and you must really be a busy person as i can see you've got your hands full

Member Avatar for Netcode
0
36
Member Avatar for abhi10kumar
Member Avatar for wilson sweet

Explain further. Do you just want to create strings you call password and do nothing with them?

Member Avatar for Netcode
0
83
Member Avatar for Muhasin
Member Avatar for blackcathacker

You may also want to determine your kind of paper. A tissue paper or a cardboard?

Member Avatar for blackcathacker
0
248
Member Avatar for pocohontus

[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 …

Member Avatar for Netcode
0
106
Member Avatar for abdelhakeem

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

Member Avatar for nick.crane
0
451
Member Avatar for violette

[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 …

Member Avatar for violette
0
162
Member Avatar for Netcode

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 …

Member Avatar for Netcode
-1
150
Member Avatar for mitchney

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 …

Member Avatar for debasisdas
0
119
Member Avatar for zoraster01

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 …

Member Avatar for aldeene
-1
481
Member Avatar for firebirds98

[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

Member Avatar for Ezzaral
0
395
Member Avatar for Netcode

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

Member Avatar for Reverend Jim
-1
105
Member Avatar for fashxfreak

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!

Member Avatar for Netcode
-1
90
Member Avatar for happygeek

If this were to be in my country, the testers would have taken over the whole nation and become so wealthy.

Member Avatar for Netcode
2
1K
Member Avatar for jamielli
Member Avatar for Netcode
0
93
Member Avatar for pclfw

[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 …

Member Avatar for Netcode
0
153
Member Avatar for Oneryavuz

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]

Member Avatar for Netcode
0
2K
Member Avatar for vinaysrk919

[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

Member Avatar for Netcode
0
151
Member Avatar for monaiz

[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 …

Member Avatar for Netcode
0
158
Member Avatar for Sae1962

[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 …

Member Avatar for JeffGrigg
0
207
Member Avatar for nji2rhyme

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

Member Avatar for debasisdas
0
192
Member Avatar for nji2rhyme
Member Avatar for praveendesilva

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]

Member Avatar for Netcode
0
670
Member Avatar for vinaysrk919

[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 …

Member Avatar for idmIndia
0
191
Member Avatar for happygeek
Member Avatar for mrnutty

[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

Member Avatar for iAssistant
0
180
Member Avatar for Serunson
Member Avatar for blackcathacker
0
1K
Member Avatar for zoraster01

[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.

Member Avatar for synatx error
0
781
Member Avatar for Falcon25

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 …

Member Avatar for blackcathacker
2
401
Member Avatar for arun.11

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

Member Avatar for Netcode
0
42
Member Avatar for Netcode

What exactly has been your wildest thought or fantasy which you clear know/knew is/was unachievable?

Member Avatar for iAssistant
0
95
Member Avatar for mwenyenia07

Asking for an algorithm is like asking for a massage. You need to get something done before you ask for help.

Member Avatar for Netcode
0
102
Member Avatar for fransiskus

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]

Member Avatar for Netcode
0
477
Member Avatar for abc88

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]

Member Avatar for Netcode
0
210
Member Avatar for KnifeDarky

why would you want to execute commands from a text-box when you can simply declare variables to hold the commands.

Member Avatar for KnifeDarky
0
1K
Member Avatar for jgat2011

[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 …

Member Avatar for Netcode
0
140
Member Avatar for zebnoon

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

Member Avatar for ChrisHunter
0
153
Member Avatar for bradploz

[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 …

Member Avatar for Netcode
0
109
Member Avatar for eVva

[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. …

Member Avatar for Netcode
0
210
Member Avatar for biindhe

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]

Member Avatar for Netcode
0
224
Member Avatar for androidz

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

Member Avatar for Netcode
0
289
Member Avatar for aldeene

[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

Member Avatar for aldeene
0
150

The End.