1. is it DATAGRID plug-in for asm6
2. i need to no if i can use visual basic 6 dll's or ocx in asm6
3. is it plug-in thet connect to access database
Professional Software Development Tools
1. is it DATAGRID plug-in for asm6
2. i need to no if i can use visual basic 6 dll's or ocx in asm6
3. is it plug-in thet connect to access database
1. Yes the DataGrid plugin is compatible with version 6.
2. You can use VB DLLs with AMS, but it defeats the purpose of no run-times. You will need to be sure the end user has VBs runtimes installed. Might I suggest you try PowerBASIC or PureBasic for the DLLs. Both can easily port VB code.
3. There is no plugin that connects to Access. You can use SQLite. There is also an example on Icy North's web site that shows how to bind the DataGrid to an SQLite database.
3. Example - Access an Access database.
Tigg
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
the code is not work way?![]()
![]()
Could you be more specific, which code is not working?Originally Posted by lnd
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
if i open the file ADO_Test.apz then i get an error messeg
error reading plugin actions - failed to locate action plugin: LuaCOM\LuaCOM.lmd
Aqui!Originally Posted by lnd
http://www.icynorth.com/luacom/index.html
Intrigued
Thank you.
how can i delete, edit and writ a data to the database with asm?![]()
![]()
![]()
![]()
![]()
![]()
![]()
Open AMS, Select the SQLite template.
You'll now have a sample application that does all of the tasks you've asked about.
If you are looking for more information on using LuaCom to access an Access DB, below is a link to Microsofts site on the objects and properties for doing such.
http://msdn.microsoft.com/library/de...prg01_1kwv.asp
tigg
TJ-Tigger
"A common mistake that people make when trying to design something completely foolproof was to underestimate the ingenuity of complete fools."
"Draco dormiens nunquam titillandus."
Map of IR Forum Users - IR Project CodeViewer - Online Help - TiggTV - QuizEngine
SQLite template? SQLite template work whit access database?
Your question didn't state you wanted to use Access.how can i delete, edit and writ a data to the database with asm?