Click here to Skip to main content
15,905,776 members
Home / Discussions / Database
   

Database

 
GeneralRe: COMException--Why? Pin
mysorian27-Jan-05 17:11
professionalmysorian27-Jan-05 17:11 
GeneralBitwise operators in a SELECT statement Pin
Luis Alonso Ramos25-Jan-05 10:31
Luis Alonso Ramos25-Jan-05 10:31 
GeneralRe: Bitwise operators in a SELECT statement Pin
Michael Potter27-Jan-05 4:12
Michael Potter27-Jan-05 4:12 
QuestionCan I use a generic schema.ini file? Pin
MongooseNX25-Jan-05 9:50
MongooseNX25-Jan-05 9:50 
Generalupdate with conversion Pin
Jesse Evans25-Jan-05 9:11
Jesse Evans25-Jan-05 9:11 
Generalmultivalued fields at ado recordset Pin
moses32125-Jan-05 8:25
moses32125-Jan-05 8:25 
GeneralDatabase Logging Pin
Aaron Schaefer24-Jan-05 11:33
Aaron Schaefer24-Jan-05 11:33 
GeneralRe: Database Logging Pin
tojamismis27-Jan-05 7:58
tojamismis27-Jan-05 7:58 
If I were tackling this I would try this.

With Access you can use VBA in a Trigger. (I'm not an access guru, but I know it's possible.)

Create the trigger to occur on selection
Create a FileSystemObject (Scripting.FileSystemObject) in the trigger.
Open a text file using the FileSystemObject.TextStream
Write the contents of the query to the the text file.

I'm not sure if you can pull the actual query string so you'll need to check.

I'm also not sure if this will work, but it's a good place to start.

Torin Blair

'In the immortal words of Socrates - "I drank what?".'


GeneralEditing/Saving a record selected in a Listbox Pin
frank2124-Jan-05 9:58
frank2124-Jan-05 9:58 
GeneralView Pin
Sebastien Lachance24-Jan-05 4:25
Sebastien Lachance24-Jan-05 4:25 
GeneralRe: View Pin
Mike Ellison24-Jan-05 6:17
Mike Ellison24-Jan-05 6:17 
Generalinsert /retrieve text file into/from MySQL Pin
kd834124-Jan-05 4:08
kd834124-Jan-05 4:08 
GeneralRe: insert /retrieve text file into/from MySQL Pin
David Salter24-Jan-05 10:28
David Salter24-Jan-05 10:28 
GeneralRe: insert /retrieve text file into/from MySQL Pin
kd834125-Jan-05 9:21
kd834125-Jan-05 9:21 
GeneralRe: insert /retrieve text file into/from MySQL Pin
kd834125-Jan-05 9:22
kd834125-Jan-05 9:22 
GeneralRe: insert /retrieve text file into/from MySQL Pin
David Salter28-Jan-05 5:43
David Salter28-Jan-05 5:43 
QuestionDataTable > DataView > ComboBox? Pin
work_to_live24-Jan-05 3:11
work_to_live24-Jan-05 3:11 
AnswerRe: DataTable > DataView > ComboBox? Pin
tojamismis27-Jan-05 8:08
tojamismis27-Jan-05 8:08 
GeneralRe: DataTable > DataView > ComboBox? Pin
work_to_live27-Jan-05 13:18
work_to_live27-Jan-05 13:18 
GeneralRe: DataTable > DataView > ComboBox? Pin
work_to_live27-Jan-05 13:22
work_to_live27-Jan-05 13:22 
Generalconnecting to the data source Pin
Civic0624-Jan-05 1:38
Civic0624-Jan-05 1:38 
GeneralRe: connecting to the data source Pin
David Salter24-Jan-05 10:26
David Salter24-Jan-05 10:26 
GeneralRe: connecting to the data source Pin
Civic0624-Jan-05 11:58
Civic0624-Jan-05 11:58 
GeneralRe: connecting to the data source Pin
David Salter24-Jan-05 22:20
David Salter24-Jan-05 22:20 
GeneralRe: connecting to the data source Pin
Civic0625-Jan-05 16:25
Civic0625-Jan-05 16:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.