2,951 Posted Topics
Re: Lets see the query that you are working on. | |
Re: What about all the free cocktail and roller coaster ride, I have heard about. ;) | |
Re: i think you said you want to [B]find the highest block_id[/B] then why using [B]max(unique_id)[/B] | |
Re: Please read more [URL="http://msdn.microsoft.com/en-us/magazine/cc301755.aspx"]here[/URL] and [URL="http://www.startvbdotnet.com/language/arrays.aspx"]here[/URL]. Also check [URL="http://dng-collections.blogspot.com/"]this[/URL]. | |
Re: have you opened the record set ? | |
| |
Re: Data base needs to be in centralized server and all branches needs to access the same. | |
Re: dtATG.Rows.Add(i) in the above line you need to add column values not the for loop counter. | |
Re: I think that should be available under property pallet of the toolbar control. | |
Re: 1. store all the dates and other details (suppose birth day of all friend with there name , ph and email) in a database. 2. on start of your application it should connect to database and check if todays date matches with any of the dates in the database. 3. … | |
Re: I really do not understand your code. Why are you using 3 different logic for the same condition [B]If Booksremaining > 0 Then[/B] and that to in independent IF blocks ??? | |
Re: Rediscovering the wheel sounds great but actually is not a good idea. | |
Re: What is the connection string that you are using. | |
| |
Re: Are you trying to switch on / off (the power supply) the device ? | |
Re: You need to read [URL="http://msdn.microsoft.com/en-us/library/dy85x1sa.aspx"]this[/URL]. | |
Re: I really do not understand what is that [B]convert[/B] Lets see your working code. | |
Re: You need to run one Update query after successful login. | |
Re: for that you need to store all your suggestions in database and fetch from there to display in the control. | |
Re: Database is bundled as part of application. It must be deployed separately ( unless it is MS Access database file ) | |
Re: learn what ever you can find. | |
Re: Unique key enforces only uniqueness (no duplicate) where as a Primary key enforces both uniqueness and not null (data must be entered into the field). Once a PK is created on a column oracle creates an index on the column. | |
Re: Is it 32 bit or 64bit Oracle 11g r2 installed on the machine ? | |
Re: I am really to eager to know, how you [B]add control or make changes in code at runtime[/B] | |
Re: Please more [URL="http://www.oracle.com/technetwork/middleware/reports/overview/index.html"]here[/URL] , [URL="http://www.oracle.com/technetwork/middleware/reports/documentation/index.html"]here[/URL], [URL="http://download.oracle.com/docs/html/A73173_01/output/pbr_case.htm"]here[/URL] and [URL="http://download.oracle.com/docs/html/A73173_01/output/pbr_conf.htm"]here[/URL]. | |
Re: Is there any column on which both the tables can be joined (account_id may be). | |
| |
Re: and ensure to pass the date of DateTimePicker2 less than that of DateTimePicker1 also you need to parse the date into proper format. | |
Re: which component you have used ? Media Player or MM control ? | |
Re: Hello Charles, Welcome to Daniweb. Hope you have a nice time earning new technology here. | |
Re: This is related to [B]Database Design[/B] ? | |
Re: i really do not understand, based on what you want to establish the relationships between the objects. | |
Re: [URL="http://www.connectionstrings.com/access-2007"]This[/URL] may help. | |
The End.