db question
db question
I have one question. Can i use dbgrid to insert data without using the navigator? the dbgrid will not be displaying any data but only for inserting. Thanks 
			
									
									
						Hi,
Use Query in your TMyQuery like :
 
Now you always have an empty dbGrid at startup, and you can insert record.
			
									
									
						Use Query in your TMyQuery like :
Code: Select all
Select * from MyTable where falsehow to specify column in dbgrid?
thanks it works! one more question, how do i insert the values from dbgrid to mysql? how to capture input from a specific column? Thanks