English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Does anyone know of any programs or software to convert access databases to EXE files, without or with Visual Basic? Tutorials?

2007-03-07 06:53:39 · 3 answers · asked by Anonymous in Computers & Internet Programming & Design

Hind, thanks for your help!!! Do you know of any tutorials I could study?

2007-03-15 05:01:40 · update #1

3 answers

yes you can,
which is MDE file you can make this file from the tools menu and then database Utilities- then you select Make a MDE file
you will create and executable file and that's all


good luck

2007-03-14 21:58:37 · answer #1 · answered by Hanooda 2 · 0 0

short answer: use a compiler. long answer: the source is fed right into a compiler, which makes use of a lexer to show the flow of characters right into a flow of tokens, that are very small archives structures in memory, that's fed into the parser. the parser reads interior the flow of tokens and turns it right into a syntax tree, a huge archives shape in memory composed of tokens. the translator walks the syntax tree and generates output. there would or won't be code optimization after this step (and there are a number of the thank you to try this, at the same time with loop unwinding and eliminating duplicate code and lifeless code removal and peephole optimization). the output is a binary. finding on the compiler and your OS, you are able to would desire to link it into an executable and in line with possibility convert it into COFF binary format. mingw, msvc, borland does this worried with you. interpreters, on the different hand, form of bypass the interpretation section and at as quickly as interpret/execute what's on the syntax tree, stay. there's no binary executable output. and then there is the interpiler, the p-code interpreter. java and pascal and modula-2. this is in line with a digital device (or p-device, in case you pick), a byte code interpreter, the place the code is semi-compiled into what's called p-code.

2016-12-18 07:47:12 · answer #2 · answered by ? 4 · 0 0

No such thing, as an Access Database can contain a lot of external linkages that cannot be ported this way.

2007-03-07 07:06:10 · answer #3 · answered by Kasey C 7 · 0 0

fedest.com, questions and answers