2,951 Posted Topics
Re: There is no hard and fast rule or database structure for something like library management system. That entirely depends on how and what exactly you want to implement. | |
Re: Welcome Spyder, You have one of the best intros. | |
Re: Hi Aldo, Your intro is so cool. Welcome to Daniweb.. | |
Re: Hi welcome to daniweb. Hope to see you contributing soon. | |
Re: Please find out the connection strings [URL="http://www.connectionstrings.com/"]here[/URL]. | |
Re: you need to start reading the book and try to understand the basics first before starting any sort of coding. | |
Re: you need to substract the system time from the user input and do the rest with a timer control. | |
Re: Welcome I really like the way you said [B]our forum[/B]. Initially we all learn and later help others do the same. | |
Re: that can be easily done by adding ORDER BY key word in your search criteria. | |
Re: Welcome to daniweb. Just keep using your system and do post here in case you are struck anywhere. | |
Re: Hi Derek, Welcome to Daniweb. We are pleased to have you around. You have one of the best intros. | |
Re: Welcome Ani , We all learn here everyday by sharing , Waiting for your contribution. | |
Re: an vb application creates a session in oracle once you open a connection and is closed when you close the connection object. | |
| |
Re: 1. open the recordset only for itemID 2. in a for loop add the items to combobox 3. open another recordset for itemname by passing itemID in where clause at runtime dynamically by selecting the itmes from combobox | |
Re: please check lblStartTime refers to a lebel or not or is there any control array. | |
Re: If you are having a licensed copy of windows and net is connected. You can directly update the system with framework latest version. | |
Re: If you are looking for the connection string find it [URL="http://www.connectionstrings.com/"]here[/URL]. from vb 6.0 you need to use ADO. | |
Re: A couple of years back i was working at the data center of one of the largest paper plants in Asia. Actually i was not supposed to go inside the plant but once i decided to go inside and find out what exactly happens. There was a vacuum lift crane … | |
Re: you do not need an intermediate table only defining the relationship by PK and FK will do that for you. But from your post i am not use what exactly you are looking for. I think you need to pass more information. | |
Re: i don't think this if statement can be changed to a loop as there are too many conditions to check. | |
Re: you need to check if BOF or EOF properties are TRUE before using the move methods. | |
Re: Why not simply use the WHERE clause along with the SQL statement to find the record. You can also use COUNT to find if the record exists and then display the message accordingly. Using COUNT will be really fast. | |
Re: You need to use ADO with any database of your choice for optimal performance. | |
Re: The SHOW method is used to SHOW (make it visible) the form at run time. | |
Re: i have the code but not now. I will send you that later on. | |
Re: you need to format the input to date for before passing the same to database for processing. | |
Re: What about simply using a COUNT on the database table !!! something like the following [code=sql]select num,count(num) from table_name group by num[/code] | |
Re: You need to use reports like Datareport or Crustal report for reportin g purpose. That gives you better options like data foramtting etc. | |
Re: you can code in both the events of the control [B]change[/B] and [B]scroll[/B] | |
Re: You need to use the trigonometrical functions SIN and COS for all that. | |
Re: is the follwing is your query [code=sql]SELECT Products, TABLE 1;[/code] what does the query mean ? | |
Re: if you are looking for the connection string please find it [URL="http://www.connectionstrings.com/access"]here[/URL]. | |
Re: try the following sample code [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 Integer = 16384 Private Const conChunkSize = 100 … |
The End.