2,951 Posted Topics

Member Avatar for arezz09
Member Avatar for ruudycruise

That seems to be a million $ question :) for a hint you need to design a database and store questions of different level with multiple answer options.

Member Avatar for debasisdas
0
47
Member Avatar for vinothmca
Member Avatar for deolalkar_pooja

Why you need to create the following tasbles ? 1. bookauthor 2. bookreview 3. bookreference why not have reference in the book table itself.

Member Avatar for deolalkar_pooja
0
209
Member Avatar for Acute

fetch in a loop and keep concatenating till no more record is there.

Member Avatar for smantscheff
0
94
Member Avatar for debasisdas

I request every one who comes across this to post you feedback here on [URL="http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/355316"]this[/URL] thread. I just want to understand is it a crime to ask someone to show some effort / the code that s/he is working on before assisting them in solving their issue. I have been …

Member Avatar for VernonDozier
0
204
Member Avatar for Ancient Dragon

I have also noticed the same in the past. Is there any restriction on how many up or down votes one can hit in a day ?

Member Avatar for Dani
0
196
Member Avatar for band-merch
Member Avatar for jito
Member Avatar for swathys
Member Avatar for swathys
0
352
Member Avatar for rookanga
Member Avatar for ITKnight

I think i have already provided that in the previous thread. Just check my 2nd post on that thread. :)

Member Avatar for ITKnight
0
101
Member Avatar for charlybones
Member Avatar for boblarson
0
135
Member Avatar for Hyo
Member Avatar for kazekagerandy
Member Avatar for thetwig

If decrypting cipher was so easy anyone would have done that. Basically CIPHER is an algorithm, and to break that you need to understand the same and find a reverse algorithm . And what about do your own assignment by yourself.

Member Avatar for savis1
0
97
Member Avatar for anniekapankha
Member Avatar for samehere

going to where from where ? Please post more information and show some effort .

Member Avatar for Saikalyankumar
0
93
Member Avatar for nychick
Member Avatar for eileenc87

try this sample, may help. [code] myConnection.Open() cmd = New SqlCommand(Sql, myConnection) cmd.ExecuteNonQuery() cmd.Dispose() cnn.Close() myConnection.Close() [/code]

Member Avatar for Jx_Man
0
5K
Member Avatar for pito_donje
Member Avatar for arsheena.alam

try the following [code]SELECT FranchiseName INTO @FranciseId FROM franchise WHERE username=@username[/code]

Member Avatar for arsheena.alam
0
127
Member Avatar for Andrewsc1

1. Why not change the function signature and make it to return DECIMAL. or 2. Convert the value (after all your calculation) into string before returning.

Member Avatar for Andrewsc1
0
142
Member Avatar for ITKnight

Please read more [URL="http://msdn.microsoft.com/en-us/library/3kz7fyks%28v=vs.80%29.aspx"]here[/URL].

Member Avatar for ITKnight
0
701
Member Avatar for debasisdas

[B]Community Center[/B] link is not at its usual place on extreme right after [B]Business Exchange[/B]. It appears on the left below Hardware & Software link on a second line. And this problem seems to be only with Firefox 4.

Member Avatar for debasisdas
0
180
Member Avatar for ITKnight
Member Avatar for yineth888

What you need to use is Custom [URL="http://msdn.microsoft.com/en-us/library/9eee01cx%28v=vs.80%29.aspx"]Validator[/URL]. also [URL="http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.customvalidator.aspx"]read this[/URL].

Member Avatar for debasisdas
0
94
Member Avatar for exo47r28
Member Avatar for suvisoya
Member Avatar for Nat_xo

You can read more [URL="http://www.java2s.com/Code/VB/Database-ADO.net/DataSet-Update.htm"]here[/URL] , [URL="http://www.startvbdotnet.com/ado/sqlserver1.aspx"]here[/URL] and [URL="http://www.dotnetspider.com/forum/101-Update-Access-database-using-datasets.aspx"]here[/URL].

Member Avatar for debasisdas
0
158
Member Avatar for jogieglenmait
Member Avatar for josephbeluan

You need to go through [URL="http://www.daniweb.com/software-development/visual-basic-4-5-6/threads/214396"]this[/URL]. go through the links , try to understand the code and then comeback with the code that you are working on. Our experts are always there to lend a helping hand.

Member Avatar for Jx_Man
0
122
Member Avatar for quincy.89

Who do you think is going to read all these. You need to point to the exact line of code that is causing any error.

Member Avatar for debasisdas
-1
1K
Member Avatar for manutd4life

Use any third party tool or do the entire process manually. yes, your code needs to be changed.

Member Avatar for debasisdas
0
92
Member Avatar for kay21

I really do not understand the way this question is framed. What exactly you are trying to explain / ask ?

Member Avatar for kay21
0
138
Member Avatar for kazekagerandy

More information required to reply with a solution. What exactly you are trying to do ?

Member Avatar for kazekagerandy
0
81
Member Avatar for VipinDugaya

When you say 1st table, i assume that you are inserting into the Prent table and not into the child table. This error arises if you try to do the reverse. i.e.--trying to create a child record in the child table for which there is no parent record in the …

Member Avatar for debasisdas
0
365
Member Avatar for miss_indie

I hope you are storing the path of the file. It is absolute path or relative path ? What happens when you select the file name and try to open / play ?

Member Avatar for debasisdas
0
162
Member Avatar for adamworld

1. Need to ensure there is INDEX on search columns 2. Need to disable INDEX during data loading operation, and enable later on. 3. Need to check the SQL, may need to tuned. 4. Need to check for Hardware. 5. Need to check how loaded is your network. 6. May …

Member Avatar for debasisdas
0
264
Member Avatar for anip1610

You need to read [URL="http://coder000.com/store-retrieve-binary-data-blobs-audio-video-image-exe-etc-in-database-in-vb-net/"]this[/URL].

Member Avatar for debasisdas
0
105
Member Avatar for JerieLsky

try the following code. this is used to retrieve picture from blob field. [code=vb] Dim CN As New ADODB.Connection Dim RS As ADODB.Recordset Dim DataFile As Integer, Fl As Long, Chunks As Integer Dim Fragment As Integer, Chunk() As Byte, i As Integer, FileName As String Private Const ChunkSize As …

Member Avatar for doremon89
0
194
Member Avatar for bLuEmEzzy
Member Avatar for wewehalim

Is it because of the single quote. Just frame and print the query before executing, it will be easy to trace the error.

Member Avatar for wewehalim
0
250
Member Avatar for ben25x

workaround :- Use a label instead of a button to avoid all the lengthy windows API calls. and use RGB() to create color of your choice.

Member Avatar for WaltP
0
4K
Member Avatar for like_to_learn
Member Avatar for pratik_garg
0
3K
Member Avatar for shruti1210

Hey shruti, Is that a task for me. Where is the effort ? What is the table structure ? trigger will execute, what exactly ?

Member Avatar for pratik_garg
0
95
Member Avatar for maichy

Kindly post the SQL part only. I am not sure from this code where is the INSERT statement .

Member Avatar for pratik_garg
0
270
Member Avatar for Jaseem Ahmed

So you mean to say what ever you enter in text boxes needs to be added into list view, right ? and i think after 80 posts, you should understand that you need to show some effort to get any help here.

Member Avatar for peter_budo
-1
300
Member Avatar for saddas
Member Avatar for saddas
0
159
Member Avatar for kitjo

The End.