Yaah, Whenever we just open and close the database. The date and time of the database will be modified. I don't want this. ( date and time modification ). If I have changed the database ex: By adding new records or tables, or deleting records or tables then only the database modified date and time should be changed. how to do this?
venkat116
Posts
-
avoiding MS Access database modified time -
avoiding MS Access database modified timeHi all, I have a MS-Access database. Whenever I open the database its modified date and time will be changed. I want whenever a change in the database ( by modifying records or tables ) then only the DB date and time should be changed. How to control by not modifying date and time, when only database is opened or accessed? How to do this?
-
Visual Studio 4.1Hi All, Where can i get the visual studio 4.1 software for downloading?
-
order by clauseHi, Luc Pattyn solved my problem thank you for the reply
-
order by clauseyaah... it is working I got what I want thank u very much.
-
order by clauseIt is not working I gave like this ORDER BY LruName, ChName, Type desc
-
order by clauseHi, thank u for the reply. But i want Tx rows should come first then Rx rows
-
order by clauseHi All, I have one table containing few columns. LruName, ChName and Type. I want to fetch a query from the above table order by LruName, ChName, Type by using the above query I am getting output like this ------------------------------------------------------------------------------------------------------- LruName ChName Type ADU1 CH1 Tx ADU2 CH2 Tx AHRS1 CH3 Tx AHRS2 CH4 Tx DVS CH24 Rx DVS CH28 Rx DVS CH5 Tx DVS CH6 Tx FADEC1 CH1 Tx FADEC1 CH2 Tx FADEC2 CH3 Tx FADEC2 CH4 Tx NLDW CH8 Tx OAS CH7 Tx ---------------------------------------------------------------------------------------------------------- But I want output like this ---------------------------------------------------------------------------------------------------------- LruName ChName Type ADU1 CH1 Tx ADU2 CH2 Tx AHRS1 CH3 Tx AHRS2 CH4 Tx DVS CH5 Tx DVS CH6 Tx DVS CH24 Rx DVS CH28 Rx FADEC1 CH1 Tx FADEC1 CH2 Tx FADEC2 CH3 Tx FADEC2 CH4 Tx NLDW CH8 Tx OAS CH7 Tx ie I want LruName, Chname and Type to be order wise again in Type Tx ( rows ) should come first then Rx. how to write a query by getting the above results.
-
windows device driverI have joined in small organization. I want to develop windows device driver development. how to proceed? Can u help me please?
-
windows device driverHi all, Can any body guide me how to write windows device drivers?