Trouble with access database online

Hello everyone,
I created an applet that simply inserts data into an access database and then prints it out on the screen the sql insert statement.
I signed the applet so I can trust it so I wont get any security errors.
When I upload it to the site it shows the correct insert statement because the primary key auto increments and displays on the screen. I don't get any SQLException errors or SecurityException errors so I assume it is working.
When I download my database and look at it I dont see the data inserted into it. But when I see it in my browser it displays the insert statement with the primary key so I am really confused.
I tried in internet explorer and firefox and made sure I cleared my cache. Is there any possible thing that I missed as to why it gets the auto-increment primary key and doesnt get caught in the try catch but when I look at the database I don't see anything.
Any help would be great.
Thanks

Thanks for the advice but this does not really help
my situation.
Well it does in that it is not "advice" it is a statement of fact and so it does help you in that you shouldn't waste time pursuing that.
The reason is, as you are already seeing, that when you update the Access database in your applet you are only actually updating the local copy (downloaded by the Applet) not the copy of the file on the server. So you can make all the changes you want but won't see them.
I could send data through a url and then program an
asp page to handle the database stuff.Yes that would be a better way all around.
>
If you cant help me with doing the sql in the appletIt's not that I can't help you. It's that is impossible. If you chose another database that was a server it would be possible.
I mean I can help but I cannot do the impossible.
can you help me on sending data through a url in a
java applet.
Yes. Use the HttpURLConnection class to do what you want. You can send it by GET (aka ASP Request.QueryString) or by POST (aka ASP Request.Form).
This tutorial shows you how http://java.sun.com/docs/books/tutorial/networking/urls/index.html

Similar Messages

  • Is anyone having trouble with accessing email after upgrading to iOS 6?

    Is anyone having trouble with accessing email after upgrading to iOS 6?

    Is anyone having trouble with accessing email after upgrading to iOS 6?

  • Problem with Whole Database Online+Redo log Backup

    Dear Marcus Sir,
    I am facing while taking "Whole Database Online+Redo log Backup" through DB13 T-Code.
    Below is the "Problem part of the Backup log", however if you need I will send you full log.
    Hope you will find out problem soon
    #FILE..... /oracle/ANP/sapdata2/sr3_8/sr3.data8
    #SAVED.... sr3.data8  ANPB260810/12
    BR0280I BRBACKUP time stamp: 2010-08-27 11.03.22
    BR0063I 9 of 51 files processed - 19400.070 MB of 135986.469 MB done
    BR0204I Percentage done: 14.27%, estimated end time: 11:47
    BR0001I *******___________________________________________
    BR0202I Saving /oracle/ANP/sapdata2/sr3_9/sr3.data9
    BR0203I to /dev/rmt0.1 ...
    BR0278E Command output of 'LANG=C dd obs=1024K bs=1024K if=/oracle/ANP/sapdata2/sr3_9/sr3.data9 of=/dev/rmt0.1':
    dd read error: I/O error
    462+0 records in
    462+0 records out
    BR0280I BRBACKUP time stamp: 2010-08-27 11.03.36
    BR0279E Return code from 'LANG=C dd obs=1024K bs=1024K if=/oracle/ANP/sapdata2/sr3_9/sr3.data9 of=/dev/rmt0.1': 2
    BR0222E Copying /oracle/ANP/sapdata2/sr3_9/sr3.data9 to/from /dev/rmt0.1 failed due to previous errors
    BR0280I BRBACKUP time stamp: 2010-08-27 11.03.41
    BR0317I 'Alter tablespace PSAPSR3 end backup' successful
    BR0056I End of database backup: bedziydp.ant 2010-08-27 11.03.36
    BR0280I BRBACKUP time stamp: 2010-08-27 11.03.41
    BR0054I BRBACKUP terminated with errors
    Warm Regards
    Ahsan

    Hi,
    since you are getting a read error, it might as well be, that your datafile is defective.
    Try the same dd-command to /dev/null, to see if it is possible to read the entire file.
    First make sure that your null-device is existing, otherwise you might face a root-fs full problem.
    dd obs=1024K bs=1024K if=/oracle/ANP/sapdata2/sr3_9/sr3.data9 of=/dev/null
    or try a dbverify on it, which would also read the entire file and do a checksum test.
    brbackup -c -u / -m /oracle/ANP/sapdata2/sr3_9/sr3.data9 -t online -w only_dbv
    Good luck
    Volker

  • Insurance / medical devices data with Access database

    I have to find managing solution for 2 Israeli companies which need customer relationship relations and projects solution like Oracle RDBMS - plus for specialized data comes from a professional applications (one for insurance and other for medical devices data).
    If ORACLE will manage all business data it will be well, but additionally ORACLE will have to manage Access DB comes from the software for insurance from company named IDIT, and other medical devices data from medical solutions from "Hadasit" (Hadassah Hospital and "Hebrew University")
    Oracle RDBMS would handle well the Access database?

    Hi Saurabh,
    While posting a query, make sure that you provide all required info. i.e. CR version with SP level, VS version etc.
    providing detailed environmment info would help you get faster responses.
    - Bhushan
    Senior Engineer
    SAP Active Global Support
    Follow us on Twitter
    Got Enhancement ideas? Try the SAP Idea Place
    Getting started and moving ahead with Crystal Reports .NET applications.

  • JSP with Access Database

    Could I use Access Database in JSP source code without Having DSN (DSN-less)
    I mean i do not want to set up a DSN in Control panel.
    I want only give JSP code a access database (.mdb)
    Please tell me the Connection String.
    Thank you

    try the following code:
    String url = System.getProperty("user.dir")+"\\db1.mdb";
    String conStr = "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ="+url;
    try{
    System.out.println(conStr);
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    con = DriverManager.getConnection(conStr);
    JOptionPane.showMessageDialog(this,"connection created");
    }catch(Exception e){System.out.println("Error : "+e);}
    where db1.mdb is the database to be used in application
    find this code working let me ack. at [email protected]

  • Problem with accessing database in minisap 4.6 d( very urgent need ur help)

    hi all sap masters please help me.
    i have installed the minisap 4.6d system in the windows 200 prof os.
    i had the following problem in my minisa access.
    while Displaying table contents with transactions SE11 or SE16
    gives an error "No changes on SAP objects allowed".
    while Accessing the logical database F1S gives a syntax error because the
    include DBF1SF01 is missing.
    so i have used the mbspatch1 that comes with the cd.
    i have copied the mbscorr0104200 file in the directory '<MBS_DIR>\trans\tmp' as mentioned.
    and i have followed the steps as follows.but i have the same problem.please have a look at the
    process below and hel me to make it work roerly.
    this roblem is really eating me a lot and since many in this forum are sap master,thought
    you all can help me please.
    C:\>cd mbs
    C:\MBS>dbenv.cmd
    C:\MBS>REM Setting environment for db connect to MBS
    C:\MBS>set dbms_type=mss
    C:\MBS>set DIR_LIBRARY=.
    C:\MBS>set MSSQL_DBNAME=MBS
    C:\MBS>cd trans\tmp
    C:\MBS\TRANS\TMP>r3trans -i mbscorr01042000
    'R3TRANS' is not recognized as an internal or external command,
    operable program or batch file.
    hope there was some problem here only,but to continue i have pasted the r3trans in the folder C:\MBS\TRANS\TMP
    C:\MBS\TRANS\TMP>r3trans -i mbscorr01042000
    This is R3TRANS version 6.05 (release 46D - 04.10.00 - 09:16:00).
    2EETW169 no connect possible: "connect failed with DBLI_RC_LOAD_LIB_FAILED."
    R3TRANS finished (0012).
    then i have done the generate program step .
    (4) Generate programs:
         - Logon as user BCUSER to the MBS system.
         - Start transaction SE38.
         - Enter the program 'SAPLSTRD' and select 'Program -> Generate'.
         - Enter the program 'SAPDBF1S' and select 'Program -> Generate'.
    while generating the second program i got the error Accessing the logical database F1S gives a
    syntax error because the include DBF1SF01 is missing.
    hope somebody could have got the same problem.so please help me with your experience.iam new to this
    minisap problems.
    again all the problem of acessing the tables exit even after doing the steps.
    hope i have explained my problem very clearly.
    please find where i went wrong or suggest some help to acess the datadase tables with the minisap cd.

    all webas downloads (ABAP, java)
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/cfc19866-0401-0010-35b2-dc8158247fb6
    webas 6.40 ABAP server
    https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/webcontent/uuid/b2918eea-0601-0010-6284-e6cb7eee4399 [original link is broken]
    SAP gui
    https://www.sdn.sap.com/irj/sdn/softwaredownload?download=ftp://ftp.sap.com/pub/sdn/devkits/netweaver/abap/50072743_4.zip&df=0
    Regards
    Raja

  • Problem with accessing database

    Hi everybody
    I try to execute some wars included with the J2EE tutorial final version
    and I follow all the steps in building and deploying the
    specified wars, some of those wars is a punch of JSP pages and
    Servlet that make access to database.
    When I execute any war using the admin console at Sun application
    Server 8.2 PE. I have got the message in all the JSP pages
    That requires access to database.
    Your request cannot be completed. The server got the following error:
    "" javax.servlet.jsp.JspTagException: Error getting connection:
    "java.sql.SQLException: No suitable driver" :
    java.sql.SQLException: No suitable driver ""
    Am already starting the derby database server .
    I don�t know what the reason for that bug is.
    Please help �
    Best regards

    Hi everybody
    I try to execute some wars included with the J2EE
    tutorial final version
    and I follow all the steps in building and deploying
    the
    specified wars, some of those wars is a punch of JSP
    pages and
    Servlet that make access to database.
    When I execute any war using the admin console at Sun
    application
    Server 8.2 PE. I have got the message in all the JSP
    pages
    That requires access to database.
    Your request cannot be completed. The server got
    the following error:
    "" javax.servlet.jsp.JspTagException: Error getting
    connection:
    "java.sql.SQLException: No suitable driver" :
    java.sql.SQLException: No suitable driver ""
    Am already starting the derby database server .
    I don�t know what the reason for that bug is.
    Please help �
    Best regardsI suppose you've deployed the applications.
    Can you check to see in the admin console if the resources and connection pools also have been defined?
    Are the connection pools (database -- derby) reachable?
    Can you ping the database through the connection pool?
    Thanks,
    Kedar

  • Trouble with ASA9 database

    Hi,
    We've got an ASA9 database that started causing us some trouble yesterday. It appears to not allow any connections to be made to it. Doesn't give any return messages, it just hangs at the client level and never does anything. The service window looks normal. Says the server is started normally, as well as the sharedmemory link, namedpipes link and TCPIP link. Starts on the port and says that it is now accepting requests. Try to connect through our application, scjview, dbisql, dbvalid, etc. all just hang with no response. Go to stop the service, and it just hangs as well. Have to kill all of the processes.
    Had IT get me the backup, and it had the same problem. Had to go back 3 days to get a backup that would actually start and allow connections. I ended up translating the log and applying the sql to the last good backup in order to get us running again. Ran dbvalid against the database and nothing was found to be wrong.
    I'm concerned that there is something else going on. Has anyone seen anything similar? Any thoughts on what the issue could be?
    Thanks!
    John

    Hi John,
    Assuming you still have a copy of the database that hangs, could you try starting it with request level logging enabled?
    dbsrv9 -z -zr ALL -zo C:\path\to\file.txt database.db
    As well as connecting with a client log:
    dbisql -c "UID=DBA;PWD=sql;ENG=database;LOG=C:\path\to\file2.txt"
    Which operating system are you running the server on?
    Thanks,
    Mikel

  • Report with Access Database or TXT file

    Dear All,
    I was wondering if someone can help me with the following issue.
    We have created a Crystal Reports XI report which has a Access MDB or Plain Text file as source data (2 different reports; one with MDB connection only and the other one with a Lotus Notes ODBC connection and TXT file).
    The report runs correctly locally and it also runs correctly on the server but as soon as I post the report via the repository folder to the server, it does not work anymore.
    Viewing the report via InfoView gives me a password request while both, the MDB and TXT file are not password protected.
    We have tried to make system DSN and file DSN connections to both the MDB and TXT file but also this ends with a password request which is not defined.
    Did anyone came across this as well? Any idea about a solution?
    Thank you in advance,
    Annique.

    Hi Annique,
    Since this works in CR Designer I'm moving your post to the Business Objects forum.
    It's likely due to BOE servers not having access to the data sources. Make sure you put them in a folder that the WEB server and BOE Servers have access to. To prompt for log on is because we can't find the data files.
    Thank you
    Don

  • Indesign CS6, trouble with accessing menus

    Hi all,
    I've asked this question on twitter before and the staff was very helpful but it didn't solve my problem.
    I have a PC on Windows7 family premium, 64 bits.
    Intel Core i3 CPU550 3.2 GHz, processor
    4G of RAM
    As far as I can tell that should run ok according to specs.
    I had the evaluation version of InDeisgn CS6, then installed the full version after subscribing to the creative cloud. The problem was there with the trial version too. So I uninstalled it and installed the full version. Still nothing.
    Basically I can start a project and all. But most of the menus on the right hand side are acting up. (see below). I tried the method of resetting the preferences (as explained on the forums), but it's still not working.
    Here's a screencap with some of the troubles indicated:
    I can click on the tools on the left hand side, but the other side is all a mess. I can open panels, like here the colours (sorry it's a French version) but I can't click on the colours. Same with the pages panel, I can't click on pages or anything else. Etc.
    Plus some drop-down menus are acting strange. As you see above, I clicked on one arrow but it opened another drop down menu?
    I tried disconnecting my tablet as it sometimes interferes, I also tried a mouse with a cable thining it might be my wirelss mouse. But it's still the same?
    Can anyone help me please?

    Thank you Bob. You are right I was using a personalised display and that's what was messing it up!
    Sorry about posting in the wrong section. I'm in the process of testing the suite and this affected other programs, now I see why.  I'm just focusing on ID as it's what I need this week. 
    Again, many thanks, you've saved my day

  • Trouble with my iMac online

    Whenever I am online with my 1 yr. old iMac desktop I have been experiencing various problems the last week or so.  When checking my email (att.net) I will get the spinning rainbow wheel so I have to close & reboot, sometimes having to do this several times before getting in to it.  Quite often I even have to reboot my wireless router (2 yr. old Linksys) before I'm able to get in.  Then while on some websites I will get a certificate verification error after I've already been surfing through a website I've been on many times before, ie. Facebook.  I had some redircting problems a few months ago & was advised the problem could be with my DNS (Comcast) so I changed it to OpenDNS & had no more problems until now.  Since I've been told by Apple that these computers can't get a virus I'm afraid I'm headed for some kind of failure.  BTW - all my software is up to date.  Could this be symptomatic of a wireless router going bad?  The last time my router went bad it just quit working so I'm not sure.  I hate to purchase a new router if that's not the problem as $$ is tight these days & I just had to replace my printer a couple weeks ago.  Any suggestions from anybody?  Thanks!

    Well after researching my Linksys router, updating the firmware (which was already current) & tweaking various settings there was no change in the performance of my computer - both the Mac & PC laptop.  So a week ago (9/23/11) I purchased the Airport Extreme router.  I was amazed at how easy it was to link it to both computers - it took me longer to get the cables changed over than to establish an online connection!  Once I got on my computer was so much faster & the laptop responded as if it had just been cleaned by a tech!  My husband has been able to play his XBox while I'm online & neither one of us has experienced any delay.  The same goes for my son's PS3 - he can get on while we're on without a problem.  And while it has only been a week I haven't had to reboot the Mac like I was before & no rainbow wheels or site redirects so far.  I can't say there isn't a RAM memory issue but so far I am extremly happy with the router.  I know that while 2 yrs. shouldn't be a long time for a router, it probably can't handle all the WiFi items we've acquired since I bought it - WiFi printer, 3 smartphones, PS3 & now an iPad2 last week.  Hopefully this will end the problems I have had once & for all.
    Thanks for all your input - I really appreciate it!!

  • GetTables() method with access database

    hello,
    i m trying to use getTables method() using access db using
    dbmd.getTables("d:\inv\db\inventory",null,null,"Table");
    but this gives folowing execption
    java.sql.SQLExecption:[Microsoft][ODBC Micosoft Access Driver]optional feature not implemented.
    at the above line.
    plz help.

    Please see the output below. The ODBC Driver version is 2.0001 (4.00.6019). But it still errors out 'Optional Feature not implemented' ??? I do not have MS Access 2000 installed in my system. I got this database from a different system. Could anybody please let me know what is wrong ?
    dbVer..:04.00.0000
    dbDMV..:2
    dbDRV..:1
    dbDName:JDBC-ODBC Bridge (odbcjt32.dll)
    dbDVer.:2.0001 (04.00.6019)
    Sql error getting table name[Microsoft][ODBC Microsoft Access Driver]Optional feature not implemented
    Sql error getting Catalog name[Microsoft][ODBC Driver Manager] Invalid cursor state
    Sql error getting Schema name[Microsoft][ODBC Microsoft Access Driver]Optional feature not implemented

  • Trouble with accessing email - how do I reset Ipad

    Hi - I changed my password on my Internet provider account. Now unable to access email from my iPad.
    How do I reset my iPad so I can access email from my iPad.
    Thanks so very much for your help

    Change the password in the mail settings. Settings>Mail, contacts, calendars>Your email account>Incoming server>Password. You will have to change it in the outgoing mail server as well.
    Settings>Mail, Contacts, Calendars>Your email account>Account>Outgoing mail server - tap the server name next to SMTP and check in the primary server and make sure your username and password are entered.

  • How to reference MS Access database in ColdFusion MX 7 on 64-bit Windows

    I am migrating customers from:
    Windows 2000 Server (fully patched)
    Internet Information Services (IIS) 5
    ColdFusion 5
    to:
    Windows Server 2003 Standard x64 Edition (fully patched)
    Internet Information Services (IIS) 6 (running in 32-bit
    mode)
    ColdFusion MX 7 (7.0.2) Standard
    Unfortunately, some of these existing customers are still
    using Microsoft Access databases instead of SQL Server. Having all
    of these existing customers migrate to SQL Server is not yet
    practical. On the old Windows 2000 / ColdFusion 5 server, they are
    using OLE DB data sources to reference the MS Access databases
    using the "Microsoft.Jet.OLEDB.4.0" provider. None are configured
    to use ODBC drivers when referencing MS Access or SQL Server.
    I have yet to figure out how to get ColdFusion MX 7 to:
    - Create a data source that references MS Access databases on
    64-bit Windows.
    - Reference an existing MS Access data source created with
    the 32-bit version of the ODBC Data Source Manager on 64-bit
    Windows.
    A bit of background information regarding MS Access on 64-bit
    Windows:
    - At the time of this writing, Microsoft has not
    created/released 64-bit drivers for Microsoft Access and it's
    unlikely they ever will, for understandable reasons.
    - Contrary to seemingly popular belief, the Microsoft Jet 4.0
    Database Engine does exist on 64-bit Windows. See the following
    regarding version and file location information:
    How to obtain the latest service pack for the Microsoft Jet
    4.0 Database Engine
    http://support.microsoft.com/kb/239114
    - You CAN create MS Access based data sources within 64-bit
    Windows, but they have to be made using the 32-bit version of "ODBC
    Data Source Manager". I'm assuming these DSNs may only be used by
    32-bit applications, but I have not tested that theory.
    32-bit data sources:
    ODBC Data Source Manager:
    %SystemRoot%\SysWOW64\odbcad32.exe
    Registry location:
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC
    Default file DSN directory:
    C:\Program Files (x86)\Common Files\ODBC\Data Sources
    64-bit data sources:
    ODBC Data Source Manager:
    %SystemRoot%\system32\odbcad32.exe
    Registry location:
    HKEY_LOCAL_MACHINE\SOFTWARE\ODBC
    Default file DSN directory:
    C:\Program Files\Common Files\ODBC\Data Sources
    The 64-bit version of "ODBC Data Source Manager" (under
    Administrative Tools) only show "SQL Server" and/or "SQL Native
    Client" as options when creating new data sources, unless
    third-party software is installed that supplies additional drivers.
    The 32-bit version of "ODBC Data Source Manager" (by default,
    there is no shortcut for this in the Start menu) shows the typical
    drivers seen on 32-bit versions of Windows, including SQL Server,
    SQL Native Client, Microsoft Access, Excel, FoxPro, Paradox, etc.
    When using ColdFusion Administrator in ColdFusion MX 7.0.2 in
    64-bit Windows 2003 (IIS is running in 32-bit mode to allow
    ColdFusion MX 7 to function at all), two problems are encountered
    when dealing with MS Access (and presumably other 32-bit drivers).
    In both cases, ColdFusion is trying to reference the registry
    location for 64-bit data sources instead of 32-bit:
    1. Creating a new data source within ColdFusion
    Administrator:
    Data Source Name: whatever
    Driver: Microsoft Access
    CF Data Source Name: whatever
    Database file: (physical path to whatever.mdb)
    (other settings are irrelvant for this example)
    Error generated when submitting:
    Unable to update the NT registry.
    Cannot open HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC
    Data Sources: Windows error number 5 occurred.Access is denied.
    ColdFusion stores the data source, however a "verify"
    generates the following error:
    Connection verification failed for data source: whatever
    java.sql.SQLException: [Macromedia][SequeLink JDBC
    Driver][ODBC Socket]internal error: Data source name not found and
    no default driver specified
    The root cause was that: java.sql.SQLException:
    [Macromedia][SequeLink JDBC Driver][ODBC Socket]internal error:
    Data source name not found and no default driver specified
    2. Creating the data source using the 32-bit version of "ODBC
    Data Source Manager" then trying to reference it with ColdFusion:
    ODBC Data Source Manager:
    System DSN or File DSN:
    Name: whatever
    Driver: Microsoft Access Driver (.mdb)
    Database: (physical path to whatever.mdb)
    (creation is successful within ODBC Data Source Manager)
    Reference the above DSN within ColdFusion Administrator:
    Data Source Name: whatever
    Driver: ODBC Socket
    Error generated when submitting:
    Error accessing available odbc datasources. - Cannot open
    HKEY_LOCAL_MACHINE\SOFTWARE\ODBC\ODBC.INI\ODBC Data Sources:
    Windows error 2 occurred.The system cannot find the file specified.
    ColdFusion MX 7 can't find the 32-bit data source on 64-bit
    Windows because it's looking for it in the wrong registry location.
    Can ColdFusion MX 7 be configured to look in
    HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\ODBC
    instead of
    HKEY_LOCAL_MACHINE\SOFTWARE\ODBC
    on a 64-bit Windows machine?

    Paul,
    Thanks for the insight on this. Regarding the initial problem
    I ran into with creating Access based DSNs, very early-on, I
    noticed there were two different driver options for Access
    displayed within ColdFusion MX 7 Administrator:
    Microsoft Access
    Microsoft Access with Unicode
    For reasons I'm am still baffled over, I somehow completely
    forgot about and through the wonders of apparent tunnel vision,
    completely overlooked the "Microsoft Access with Unicode" driver
    option when I was running through my tests.
    At your seemingly-obvious suggestion, I created a data source
    using the Microsoft Access with Unicode driver and it worked
    perfectly fine with the one customer's web site I'm using for
    testing (of course, this is a copy--the production site is still
    housed on the old ColdFusion 5 server). This obviously doesn't
    actually fix the underlying issue with ColdFusion looking in the
    wrong part of the registry on 64-bit Windows, but at least when it
    comes to dealing with Access databases, your suggestion of using
    the Microsoft Access with Unicode driver appears to be a functional
    work-around. So long as there aren't any surprises waiting for me,
    hopefully this will also work for the remaining ColdFusion sites I
    have to migrate that are using Access databases.
    Since you mentioned JDBC drivers in comparison with ODBC, I'm
    pointing out a couple of references in case they're helpful to
    anyone following this thread:
    ColdFusion MX 7 - About JDBC
    http://livedocs.adobe.com/coldfusion/7/htmldocs/00001736.htm
    Types of JDBC technology drivers
    http://java.sun.com/products/jdbc/driverdesc.html
    http://java.sun.com/products/jdbc/
    I don't actually develop anything in ColdFusion, so I'm
    dealing with all of this from a server administration standpoint
    since we do have some domain hosting customers that do develop or
    at least have existing ColdFusion based sites. I am all
    too-familiar with the caveats of using Access in any kind of
    production or heavily used environment and have spent years keeping
    users away from ODBC. For ColdFusion users, that meant creating OLE
    DB DSNs and often having to fix poorly written SQL statements and
    fixing ColdFusion date-related values and boolean values (the
    common problems encountered when switching CF / MS Access users
    from ODBC to OLE DB). I can only recall running into problems with
    a single SQL Server based ColdFusion site when migrating from ODBC
    to OLE DB. That customer never did get their many coding problems
    fixed, so they're the only ones still using ODBC in CF. I have no
    idea what'll happen when that one site gets migrated over--if it'll
    even work. Obviously a lot of things have changed between
    ColdFusion 5 and the MX versions that have come along afterward.
    Thanks again for the Access with Unicode driver tip and JDBC
    info. It looks like I can finally start moving forward again with
    the site migration process.
    Josh

  • IPhoto: trouble with sending photos via gmail.

    For some reasons, for about one or two months ago start having troubles with sending photos from iPhoto via gmail.
    It used to work perfectly, but now refuses to send photos. Pop up message says that there are some trouble with accessing accounts.
    Once I restart my computer it works well again.

    Hello ilya,
    In Mail's Window Menu, choose Connection Doctor, any red dots for status, if so what is the message?
    Then click the Show Details button & Check again.
    Mail: Can't send messages, "Cannot send message using the server smtp.xxxxx.com" alert appears...
    http://support.apple.com/kb/TS1482

Maybe you are looking for