access database on another machine

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default access database on another machine

    hi guys!

    is posible to connect coldfusion mx with databases residing in another machine
    ?

    an access database is required to be on another machine running windows 98,
    that is the database of the host computer on a x store, so when the company
    has to do inventory, the store is closed and the people of inventory will turn
    on a laptop that is running like a web server using coldfusion mx, each
    employee will get a pocket pc and start counting the remaining products in the
    store connected through wireless, so the laptop will have coldfusion mx and
    will send the data to the database on the host computer that is in the store...

    huh!, my bosses are pressuring me with this project...

    is coldfusion mx capable of doing this ?

    thx for any help!

    AcidGuy Guest

  2. Similar Questions and Discussions

    1. access dir on other machine
      How to access directory on other machine in the network. If I use path of the server machine it works fine I want to access other machine that...
    2. Can't access Web Service from ASP.NET app on diff machine
      Hi! I am developing web applications on an Intranet using Visual Studio.NET 2003 and .NET Framework v1.1, with IE 6 as the browser. Web servers...
    3. bilding a search machine(database)
      Anyone want to help me to make/build a database for a Internet webste and a I-mode site. please www.zazaro.com (seach machine) and...
    4. How to duplicate whole database from one machine to another machine in Windows 2000?
      Would you please what files I have to copy? Thanks. "Ban Spam" <ban-spam@operamail.com> wrote in message...
    5. Is it possible to put primary and standby database on the same machine
      I am learning dataGuard 9i, but I can not afford two machines. Has anybody tried to put both instance on the same machine? Will that work? ...
  3. #2

    Default Re: access database on another machine

    You can with other types of databases, not sure about access. But I dont see any reason why you cant, you just may have to map a drive to the remote computer.
    rmorgan Guest

  4. #3

    Default Re: access database on another machine

    the drive just doesnt appear on coldfusion 6 administrator panel, in coldfusion
    7 developer edition it just say the database cannot be located, and when i make
    it using the odbc windows panel, i can manipulate it through it but coldfusion
    just cant access to the database...

    help!!!!

    AcidGuy Guest

  5. #4

    Default Re: access database on another machine

    I am not sure this will help but ....

    Make sure your db allows CF username and password accesses. And what is the
    CF service accounts you are running under? are these accounts allowed to
    access the box that have the db?

    Connie



    syseng Guest

  6. #5

    Default Re: access database on another machine

    yes, they are allowed...

    the weird thing is that i can create a virtual unit pointing to the database
    in the other machine and then the server cant manipulate the database, and
    creating a dns in the local machine and then pointing the the other computer
    doesnt work too, no matter if i can manipulate de database through the windows
    dns control, coldfusion just seem not available to do it...

    any help is apreciated!

    AcidGuy Guest

  7. #6

    Default Re: access database on another machine

    You can use ODBC Socket to get to the other machine without the use of mapped
    drives.

    Machine-with-db - CF with "cfsnippets" datasource to local MS Access database.
    (ODBC datasource registered)
    -Start up 'ColdFusion MX ODBC Server' on machine 1.

    Machine-remote - CF with datasource "cfsnippets_remote"
    - Create an "other" type datasource with the following parameters

    URL:
    jdbc:sequelink:odbcsocket://Machine-with-db:19998;serverDatasource=cfsnippets
    Driver: macromedia.jdbc.MacromediaDriver

    If you're using CF7, the port would be 19996.

    Stephen Dupre
    Macromedia QA

    sdupre Guest

  8. #7

    Default Re: access database on another machine

    jdbc-odbc bridge driver can operate remote Access database, if you used
    mapped driver to share your MS Access database.

    HXTT Access([url]www.hxtt.net[/url]) provides pure Java REMOTE ACCESS mode and
    DIRECT ACCESS mode for MS Access. It needn't DSN setting or ODBC
    support. But it doesn't provide MS Access compatible lock for
    concurrent access now, so that you can't use it to write data into your
    Access database when MS Access application is writing data at the same
    time.

    Dai Wei Guest

  9. #8

    Default Re: access database on another machine

    what happens is that the another machine doesnt have cfmx installed, just has
    windows 98, since the engineers in this company just know visual 6...

    hahahaha, not like me, they just have another mind...
    huh!, maybe the microsoft one .....

    so the case is that the laptops that are going to travel through the country
    making the inventory check, will have coldfusion 6 running, the host not, so i
    am making my best effort to connect those laptops to the host through
    coldfusion mx, i am limited to 3 licenses of coldfusion professional that the
    company acquired in united states through a solution company, i think a
    macromedia partner..., 1 year ago or a little more...so they are 3
    laptops...that gonna run the application that i am testing perfectly with my
    computer running the database locally and using the pocket pcs i have...

    the main problem is the connection to the host database ( the store ones ),
    running windows 98 and others 2000

    if anyone can point me to a good tutorial online, would be great!
    thx for the support until now...

    AcidGuy Guest

  10. #9

    Default Re: access database on another machine

    huh!

    is done!

    mapping through a virtual unit doesnt work
    just enter into the host machine through panel control and then look for the
    database on the host machine,
    thats the path i am going to give to coldfusion... it works pretty!

    AcidGuy Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139