Results 1 to 29 of 29

Thread: Using Access databases, with out access

  1. #1

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Using Access databases, with out access

    Does any one know of a free Access database editor?
    My usual boring signature: Something

  2. #2
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Using Access databases, with out access

    Quote Originally Posted by dclamp
    Does any one know of a free Access database editor?

    Take a look at THIS
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  3. #3

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Using Access databases, with out access

    i dont download from that site. McAfee gives it a Red "SiteAdvisor" rating.
    My usual boring signature: Something

  4. #4
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: Using Access databases, with out access

    notepad and VBscript ....

  5. #5
    Giants World Champs!!!! Mark Gambo's Avatar
    Join Date
    Sep 2003
    Location
    Colorado
    Posts
    2,965

    Re: Using Access databases, with out access

    Quote Originally Posted by dclamp
    i dont download from that site. McAfee gives it a Red "SiteAdvisor" rating.
    Sorry , I just did a quick google search and that is what I came up with.
    Regards,

    Mark

    Please remember to rate posts! Rate any post you find helpful. Use the link to the left - "Rate this Post". Please use [highlight='vb'] your code goes in here [/highlight] tags when posting code. When a question you asked has been resolved, please go to the top of the original post and click "Thread Tools" then select "Mark Thread Resolved."


  6. #6
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: Using Access databases, with out access

    Last edited by rory; Dec 3rd, 2006 at 09:12 PM.

  7. #7

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Using Access databases, with out access

    Quote Originally Posted by rory
    I could not figure out how to do anything with it. It gave me tons of errors
    My usual boring signature: Something

  8. #8
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: Using Access databases, with out access

    Quote Originally Posted by dclamp
    I could not figure out how to do anything with it. It gave me tons of errors
    There's no installation required, it just runs.. were you able to run the program and open a database?

    It does need MDAC installed (Microsoft Data Access Components)
    http://www.alexnolan.net/runtime/

  9. #9

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Using Access databases, with out access

    I belive i have that. I think i just need to add tables. how do you do it with that program?
    My usual boring signature: Something

  10. #10
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: Using Access databases, with out access

    never used it before .. looks like it wont do that :-(

  11. #11

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Using Access databases, with out access

    well thats retarted. it doesnt even create the tables
    My usual boring signature: Something

  12. #12
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: Using Access databases, with out access

    looks like something worth creating in VB and selling ..
    creating the tables are easy enough, well actually all the code is easy.

  13. #13
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Using Access databases, with out access

    You dont need Access in order to create/modify databases. Use SQL statements.


    Moved
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  14. #14

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Using Access databases, with out access

    Hey! move it back. I want it in chit chat!
    My usual boring signature: Something

  15. #15
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Using Access databases, with out access

    But its of a serious topic, unless you do want members to hack it apart and post garbage and stuff?
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  16. #16
    Fanatic Member Valleysboy1978's Avatar
    Join Date
    Nov 2004
    Location
    Planet Xeoroaniar CC Posts:1,928,453,459,361
    Posts
    770

    Re: Using Access databases, with out access

    It's serious and about a non-VB related product.....it belongs in General PC
    Life is one big rock tune

  17. #17
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Using Access databases, with out access

    It could go either way but definately shouldnt be in CC IMHO.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  18. #18
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Using Access databases, with out access

    It's gone more off topic now than it would have in either forum.

    Anyway, I don't think you can edit Access databases without Access. Sure you can use SQL but you have to have a DBMS to intepret and execute the SQL commands.

    It depends on the Access file format. Which I know nothing about.

  19. #19
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Using Access databases, with out access

    Unless you are talking about Access 2007, 2003 and before are all a proprietary binary file format. 2007 uses a compressed xml file format.

    ... and no it hasnt PG

    You can do just about anything without having Access installed. There are two methods to do this. One is purchasing a runtime license for the Access GUI and the other will be to have your program create/modify the database/objects with sql statements. No need for a DBMS here.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  20. #20
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Using Access databases, with out access

    Yes but - how do you interface with the databases?

    Does it work with only the data access drivers, like ODBC? I always thought it required Access to be installed as well.

  21. #21
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Using Access databases, with out access

    No, just MDAC and to make programming a little easier you could create a blank database with some empty tables already defined. Then its just managing and stuff vs. having to execute all the sql create statements.

    You wont have an Access GUI unless you have purchased the license from MS.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  22. #22
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Using Access databases, with out access

    OK, fair enough. I guess I am used to server-based DBMSs.

    Is the SQL subset the same as SQL Server?

  23. #23
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Using Access databases, with out access

    No, for Access 2000 and before the language is ANSI T-SQL 89. Access 2002 and above also uses T-SQL 89 but optionally you can set the standard to T-SQL 92 but may cause incompatibilites on any pre-existing queries written in 89. Now if you write them after the standard is changed then there will be error messages if they are not correct to the 92 standard just like under 89.
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  24. #24
    PowerPoster
    Join Date
    May 2006
    Posts
    2,988

    Re: Using Access databases, with out access

    create Access DB in VB6 .. dont know how to just create a table, though im sure its as simple.

    VB Code:
    1. Dim cat As ADOX.Catalog
    2.     Dim tblNew As ADOX.Table
    3.     Dim idx As ADOX.Index
    4.     Set cat = New ADOX.Catalog
    5.     '// CREATE DATABASE
    6.     cat.Create "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\myfile.mdb;" & _
    7.                 "Jet OLEDB:Database Password=mypass; Jet OLEDB:Encrypt Database=True;"
    8.     Set tblNew = New ADOX.Table
    9.     '// CREATE TABLE
    10.     With tblNew
    11.         .Name = "Table1"
    12.         .ParentCatalog = cat
    13.         .Columns.Append "Table1_Id", adInteger                      ' NUMBER FIELD
    14.         .Columns("Table1_Id").Properties("Autoincrement") = True  
    15.         .Columns("Table1_Id").Properties("Increment") = CLng(1)
    16.         .Columns("Table1_Id").Properties("Seed") = CLng(1)
    17.         .Columns.Append "Table1_Field1", adVarWChar, 255            ' TEXT FIELD
    18.         .Columns.Append "Table1_Field2", adVarWChar, 255            ' TEXT FIELD
    19.         .Columns.Append "Table1_Field3", adInteger                  ' NUMBER FIELD
    20.     End With
    21.     cat.Tables.Append tblNew
    22.     Set idx = New ADOX.Index
    23.     '// SET PRIMARY KEY
    24.     With idx
    25.         .Name = "PrimaryKey"
    26.         .Columns.Append "Table1_Id"
    27.         .PrimaryKey = True
    28.         .Unique = True
    29.     End With
    30.     tblNew.Indexes.Append idx
    31.     Set idx = Nothing
    32.     Set cat = Nothing
    http://www.vbforums.com/showthread.p...97#post2509697
    Last edited by RobDog888; Dec 4th, 2006 at 04:01 AM. Reason: Disabled smilies in post

  25. #25
    I'm about to be a PowerPoster!
    Join Date
    Jan 2005
    Location
    Everywhere
    Posts
    13,647

    Re: Using Access databases, with out access

    Quote Originally Posted by RobDog888
    No, for Access 2000 and before the language is ANSI T-SQL 89. Access 2002 and above also uses T-SQL 89 but optionally you can set the standard to T-SQL 92 but may cause incompatibilites on any pre-existing queries written in 89. Now if you write them after the standard is changed then there will be error messages if they are not correct to the 92 standard just like under 89.
    Thanks.

  26. #26
    Ex-Super Mod RobDog888's Avatar
    Join Date
    Apr 2001
    Location
    LA, Calif. Raiders #1 AKA:Gangsta Yoda™
    Posts
    60,709

    Re: Using Access databases, with out access

    Quote Originally Posted by dclamp
    Hey! move it back. I want it in chit chat!
    You already have a very similar thread in CC and its way off topic and a good example of why this thread should not be in CC.


    @PG Np,
    VB/Office Guru™ (AKA: Gangsta Yoda®)
    I dont answer coding questions via PM. Please post a thread in the appropriate forum.

    Microsoft MVP 2006-2011
    Office Development FAQ (C#, VB.NET, VB 6, VBA)
    Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
    If a post has helped you then Please Rate it!
    Reps & Rating PostsVS.NET on Vista Multiple .NET Framework Versions Office Primary Interop AssembliesVB/Office Guru™ Word SpellChecker™.NETVB/Office Guru™ Word SpellChecker™ VB6VB.NET Attributes Ex.Outlook Global Address ListAPI Viewer utility.NET API Viewer Utility
    System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6

  27. #27
    Fanatic Member Dnereb's Avatar
    Join Date
    Aug 2005
    Location
    Netherlands
    Posts
    863

    Re: Using Access databases, with out access

    BTW You can also alter your databse with ADO(x) or DOA as well
    why can't programmers keep and 31 Oct and 25 dec apart. Why Rating is Useful
    for every question you ask provide an answer on another thread.

  28. #28
    Super Moderator Shaggy Hiker's Avatar
    Join Date
    Aug 2002
    Location
    Idaho
    Posts
    40,106

    Re: Using Access databases, with out access

    Quote Originally Posted by Dnereb
    BTW You can also alter your databse with ADO(x) or DOA as well
    Well, not with DOA, I hope

    You might consider making such a thing yourself. There isn't a really nice way to create PDA based SQLServerCE databases, so I wrote a class that creates the database, and the tables. Whenever I want to create a new database, I take that class, modify the SQL statements to create the new tables I want, with the new fields I want, create a one button app with an instance of the class, press the button, and presto, instant database. The same thing could be done for Access, and it would be easy enough to turn that into a standalone DB creator with custom interface allowing you to create fields, assign keys, etc. Which, in fact, is all that Access is. Not a database, just a database creation/management front-end.
    My usual boring signature: Nothing

  29. #29

    Thread Starter
    WiggleWiggle dclamp's Avatar
    Join Date
    Aug 2006
    Posts
    3,527

    Re: Using Access databases, with out access

    Quote Originally Posted by RobDog888
    You already have a very similar thread in CC and its way off topic and a good example of why this thread should not be in CC.


    @PG Np,
    This is a good way to start a discusion on Access. That is why i want it there. haha i just made that up I dont really care. i am just trying to pull you leg.
    My usual boring signature: Something

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width