Do u have a good reason for downgrading?
ErnestSeeker commented: brother's keeper +0
Do u have a good reason for downgrading?
check to make sure you're connected to the internet. You may also try some other online services like IM's and see if they work
Its like asking, how can i find search engines........They exist use them
Look out for youself
actually which part is query ?
Are you asking what a query is?
can explain this line code to me?
strSQL = "INSERT INTO Employee(FirstName,LastName)" & _
" VALUES ( 'Beth' , 'Hart' )"Employee is my table name or column name? and how about last VALUES ( 'Beth' , 'Hart' )"?
my First name need set primary key or no need?
This goes to show you need to do some more reading to know what you want.
Show some effort
GCC is not and cannot be the only compiler for C++. There is a whole list. And talking about XCode, thats coding for Mac OS so how can he try that out when you dont know his platform
Maybe you should read the rules....lol
I appreciate the desire for answers to such surveys but it doesn't look great just signing up, posting a link and then leaving. Some would just plain class it as spam (and you may even get false results because people are fed up with this sort of thing, though I'm not that cruel.)
Leave people to their own judgements. You cant speak for every human.
Feel free to stick around and get involved with the community, but otherwise please don't spam forums with such surveys. I know it's for uni, I know you need the data, but the only thing you'll achieve is perhaps muddying your results with annoyed forum users giving random answers.
That's why its called a survey. Data must be gathered from so many people who are in one way or the other, used to or familiar with the system in question and thats why he posted the link on Daniweb. He can as well throw it up as a thread and still get even worse answers but making an online survey makes the users restricted to specific answers. Its true that some false answers can be given, but you can also get false answers even in a face-to-face interview.
Hi
how do I configure two servers namely Database server (Oracle8i) and application server and how do I link them.Operating system is windows 2000.
Please guide me step by step.I am a beginner
Thanks
First, you have to know if they are to interact and if they are to do so, then the applications to exist in the application server should be configured so as to store its content in the database server (oracle in your case) and also the application would fetch back contents from its database server and display on client workstations as requested by the use.
Humble yourself. I feel you're asking for so much recognition just because you know OOP. No employer considers that and in a work place, there is hierarchy so even if you know so much, you may just find yourself under a bloody novice.
Yes, chibex64, but what are the place 'we never can mention'?
I believe in the philosophy that says: We believe there is life in Mars because they have not communicated with us (If i got it exactly right).
Yeah. Shit happens you know, but you should also know that we have writers and movie directors who stage a movie based on a writers thinking
“It's so simple to be wise.
Just think of something stupid
to say and then don't say it.”
Sam Levenson
Please ignore the 'R', i was on my mobile so i did not notice those errors
Here's the correct syntax:
SELECT select_list
INTO [New_Table_Name]
FROM Table_List
Good one but read up on JOIN as you said, it would save you some time.
Show some effort. Lets see what you have tried out
Was just gonna say that.
U may want to check your syntax well.
RSELECT select_list
RINTO [New_Table_Name]
RFROM Table_List
its for you to read and understand how threading works
Had same issues yesterday and the day before. Am not sure its peculiar to browsers though i use firefox and also on windows 7
I don't think it is that big stuff!
What exactly, the family, the tribe, or the people that make the tribe?
You mean how to print through your application?
Whats prtyint?
Is it a value to go into the DownloadPriority column
Where are you values all coming from and where is the prtyint especially obatined from. Could it be from the value of a textbox or what?
When you use so much conditional statements when communicating with people
Law is order, and good law is good order.
-Aristotle
I must say Daniweb has good rules and order thats why we're just so organised
I can hear my colleague munching his food
Now you know where the error is, try solving it and if you still encounter further problems, you can surely get your answer here
See if this works:
SELECT T1.date, T3.Result
FROM T1
INNER JOIN T3 ON
T1.ID = T3.ID
WHERE Location = (SELECT Location FROM T2
WHERE Location ID = 'condition')
You can use JOIN keyword to link two or more tables and retrieve data from those tables based on similar columns that exist in those tables or you could make good use of subqueries
Yeah, very much rewrite but am already in. Java is just so full of acronyms and its very annoying but am trying to get on with it
What database are you using
If a database is in use, do you have a column defined as a primary key column so each time in that column can be unique?
I have assisted by filling your online survey form
You're very much welcome. You can get more books and do more research, that's the best way to learn and if you encounter more problems, be sure to get the answer on Daniweb
>>At 19, you're WWWWAAAAYYYYY too young to say "Back in my day...".
It was just a saying. I don't literally say it. Although I do reminiscent about
my childhood where I had no responsibility.
Funny enough, when you're 19, you find out that u cant just say it because you would look stupid and that's why all you can do is flash back in your mind. Once you find yourself saying it, then you are naturally old
Why would a welder or anyone punch someone in the face at first and why would a doctor fall asleep when on duty. I know shit happens but at the same time, we should be responsible for whatever errors we commit and not shy away form them.
Its like saying i stab someone with a knife because we were fighting and he dies. As far as law and order is concerned, that's murder and that was the intent of the murderer
Total silence....thats all i can hear now
Thanks alot, would check that. I really love e-books so i dont know if i can be provided with a link
adam_K already gave you that in one of his response above
Read
Public Class frmFactorialCalculator
Private Sub btnCalFactorial_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnCalFactorial.Click
Dim intNumber As Integer = 0
Dim IntFactorial As Integer = 0
Try
intNumber = Val(txtNumber.Text.Trim)
IntFactorial = fnGetFactorial(intNumber)
lblresult.Text = IntFactorial
Catch ex As Exception
MessageBox.Show(ex.Message)
End Try
End Sub
'Factorial Function Codes
Private Function fnGetFactorial(ByVal num As Integer) As Integer
Dim intfac As Integer = 1
Dim i As Integer
For i = 2 To num
intfac *= i
Next
fnGetFactorial = intfac
End Function
End Class
use the cmd.ExecuteNonQuery() just after your insert statement
If you just mentioned all those languages then you don't have a problem
The latest version of firefox has a problem with multitasking. When u try to open three pr more tabs so fast, it just stops responding for almost 2mins but i still love it because it has its perfection amidst its flaws