2,951 Posted Topics
Re: Lets see the query you are working on, to solve your assignment. | |
Re: try this [CODE]SELECT * FROM block WHERE name LIKE '%q test''yes%' ORDER BY id DESC[/CODE] | |
Re: I don't see any relation between 456 and 4:56. I you wan to separate, can simply split using a delimeter. | |
Re: Then you need to hire a developer who will do all that for you, as that seems to be a paid job. As we do not write code for others home works / assignments, you need to show some effort to get any sort of help here. | |
Re: First of all why you need an additional textbox control on the form when you already have the Dt Picker in place. | |
Re: Do you know how to take BackUp of SQL Server database using script ? | |
Re: I think that exceeds the max value allowed. | |
Re: If you have and understand the source code then go for it. But i am not sure if VB 6 supports all that implemented in the C++ class. | |
Re: What about reading the file list from 1st directory and storing somewhere (may be in an array), and later read from second directory and check the same in the array. If it exists store in another array and proceed. | |
Re: Simply you can try to ping the system using its IP or system name over LAN. | |
Re: Let me understand first what exactly you mean by [B]last record[/B]. Last as per what ? | |
Re: Why not do all the calculations are database level. | |
Re: Try this [CODE]Private Sub Form1_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load My.Computer.Registry.LocalMachine.OpenSubKey("SOFTWARE\Microsoft\Windows\CurrentVersion\Run", True).SetValueApplication.ProductName, Application.ExecutablePath) End Sub[/CODE] | |
Re: You can store either way 1. Convert the file into a binary stream and store the same in DB as BLOB. 2. Store the physical path of the file as a string in the DB. Both as its own pros and cons. | |
Re: Database must be installed on the machine before deploying any application that is using the DB. | |
Re: What is the logic for Eat and Don't Eat ? | |
Re: You need to read [URL="http://www.amazon.com/Programming-Microsoft-Visual-Basic-6-0/dp/0735605580"]books[/URL] for all that. | |
| |
Re: As [B]smantscheff[/B] mentioned you need to pull the records from DB by using joins between your dependent tables. Better to use some external tool to populate the tree. | |
Re: what exactly you are trying to do ? | |
Re: You need to write a validation function for that and call the same in the lost focus of the control. | |
Re: simply, by writing some code that works for you. | |
Re: Select the MAKE EXE option from file menu in VB 6 IDE. | |
| |
Re: [QUOTE=blocker;1602784]where did quickbooks get the grid? did they create it themselves or just buy it from a commercial publisher?[/QUOTE] That quickbooks only can tell. [QUOTE=blocker;1602784] Are there also any commercial or type of combo box like quickbooks that has multiple columns? [/QUOTE] You need to use some 3rd party controls … | |
Re: What you need to use is proper key words for search, will will always hit what you are looking for. | |
Re: You cam also use [B]FileSystemObject[/B]. | |
Re: Lets see your code that you are working on. | |
Re: [URL="http://www.codeguru.com/forum/showthread.php?t=367911"]This[/URL] my be helpful to you. | |
| |
Re: which user you are talking about ? is it application login user ,database user or windows user ? | |
| |
Re: 1. clear the control. 2. refresh the recordset from database. 3. populate the control. | |
Re: Let me understand for which date you want to fetch the data. | |
Re: Displaying all the files of a directory at one place does not make any sense to me. Try using DriveListBox, DirListBox and FileListBox Control. Check [URL="http://basicprograming.blogspot.com/2009/10/using-drivelistbox-dirlistbox-and.html"]this[/URL] , may help you. | |
Re: try this [CODE]select EmpID,EmpName from Emp order by EmpName[/CODE] | |
Re: how are you generating those random numbers. | |
| |
| |
Re: Please check [URL="http://www.lvr.com/serport.htm"]here[/URL] and [URL="http://www.dreamincode.net/forums/topic/37361-serial-port-communication-in-vbnet/"]here[/URL]. |
The End.