Database in Dreamweaver

I am a graphic designer with nearly no knowledge of coding
and I would like to know if there is a way to either link a
database created witha a third party app into dreamweaver and how,
OR the existence of some extensions.
I use Dreamweaver CS3 on Macintosh and have a very little
budget. Thank You
Kansas28

> nearly no knowledge of coding
I am not entirely optimistic, Ken.
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"Ken Ford - *ACE*" <[email protected]> wrote in
message
news:gnp8dh$qda$[email protected]..
> "Kansas28" <[email protected]> wrote in
message
> news:gnor66$bom$[email protected]..
>>I am a graphic designer with nearly no knowledge of
coding and I would
>>like to know if there is a way to either link a
database created witha a
>>third party app into dreamweaver and how, OR the
existence of some
>>extensions.
>> I use Dreamweaver CS3 on Macintosh and have a very
little budget. Thank
>> You
>> Kansas28
>>
>
> Yes you can.
>
> What type of database did you have in mind?
>
> If you are using a Mac I would recommend using MySQL.
>
> MAMP will install all you need:
>
>
http://www.mamp.info/en/index.html
>
> --
> Ken Ford
> Adobe Community Expert - Dreamweaver/ColdFusion
> Adobe Certified Expert - Dreamweaver CS3
> Adobe Certified Expert - ColdFusion 8
> Fordwebs, LLC
>
http://www.fordwebs.com
>
http://www.cfnoob.com
>

Similar Messages

  • Connection error mysql database in Dreamweaver

    the error message is - HTTP error code 404 file not found. here are some possible reasons
    screen shot - http://netwizlk.site50.net/images/DW-error.jpg
    1)there is no testing server running on the server machine.
    2)the testing server specified for this site does not map to the http://localhost/_mmServerScripts/MMhTTPDB.php verify that the URL prefix maps to the root of the site.
    guy pls help me to solve this problem. I tried several times to connect my mysql database with dreamweaver but ended up having this error I reinstalled dreamweaver cs4 and XAMPP still the error is not rectified my both remote and local files are stored in XAMPP server location called in c:\xampp\htdocs\htdocs\myweb
    anybody who could give me a speedy solution for this issue will be highly appreciated thanks alot guys.

    c:\xampp\htdocs\htdocs\myweb
    MM serverscripts must be at the root level of the virtual server, that is directly in the htdocs folder.
    Mylenium

  • Connecting database in dreamweaver to coldfusion

    i did access database. i created site with all the files and
    images. i did the connection from coldfusion to the database in
    dreamweaver through the "datasources " in the coldfusion
    administrator, but when i try to make the page appear by clicking
    view - live data i get this message: "dreamweaver couldn't convert
    properly the live page from the server". can someone help me ?

    here are the codes:
    <cfquery name="artwork" datasource="cftutorial">
    SELECT FIRSTNAME, LASTNAME, ARTNAME, DESCRIPTION, PRICE,
    LARGEIMAGE, ISSOLD, MEDIATYPE
    FROM ARTISTS, ART, MEDIA
    WHERE ARTISTS.ARTISTID = ART.ARTISTID
    AND ART.MEDIAID = MEDIA.MEDIAID
    </cfquery>
    <cfdump var="#artwork#">
    and then:
    <table border="0" cellpadding="15" cellspacing="0"
    bgcolor="#FFFFFF">
    <cfoutput query="artwork">
    <cfif artwork.currentrow mod 3 eq 1>
    <tr>
    </cfif>
    <td valign="top" align="center" width="200">
    <img src="images/#artwork.largeImage#" width="200"
    height="200"><br>
    <strong>#artwork.artName#</strong><br>
    Artist: #artwork.firstName# #artwork.lastName#<br>
    Price: #artwork.price#<br>
    #artwork.mediaType# - #artwork.description#<br>
    <font color="##FF0000">#artwork.isSold#</font>
    </td>
    <cfif artwork.currentrow mod 3 eq 0>
    </tr>
    </cfif>
    </cfoutput>
    </table>
    thank you in advance

  • How do you display database in Dreamweaver CS6?

    Trouble displaying 'greendata' database in Dreamweaver CS6
    I am working on the exercise files for Adobe's Dreamweaver CS6 "Classroom In A Book", CH. 13 'Working with Online Data'. The problem I am facing is that the database provided in the exercise files ‘greendata’ is not being listed when I go to select a database.
    I followed the specific instructions; but, I am still new to Dreamweaver and programming.
    The MySQL Connection is working on the MySQL server 'localhost' with User name ‘root.’
    I have XAMPP installed on my computer to run MySQL/PHP. I already checked localhost using my web browser to make sure that the ‘greendata’ is listed as a database; yet, it is not listed from the options when I try to set it up in Dreamweaver. 
    How can I solve this problem? Please help! 
    I need to have the 'greendata' database displayed from the list of options under 'select' within the MySQL Connection in Dreamweaver.

    Thanks for those tutorials Nancy.
    I followed the insturctions and I am still having the same problem.
    The database that I create in phpMyAdmin is not being listed as an option within Dreamweaver. The connection is setup but I'm guessing that the problem is within XAMPP?
    Why is it that a database that I have created in XAMPP isn't being transfered to Dreamweaver? 
    I've attached a few screenshoots to give you a better understanding of what I'm looking at. Hope someone can help!

  • Using a MsAccess database with Dreamweaver CS4?

    Hi Everyone,
    I have a question concerning using a Microsoft Access Database with Dreamweaver.
    First, I was wondering if this was possible. Second, if it is, could someone give me instructions or a link on how to do this. I am pretty new to Dreamweaver, code, etc..., so simpler instructions on how to acheive this would be great.
    Here is some information...
    1) I am running Windows XP SP2
    2) I am using Microsoft Office 2003 (Acces included)
    3) I am using Dreamweaver CS4
    4) I have installed XAMMP (Apache,MySQL, FileZilla, and PHPmyAdmin, as far as I know)
    If anyone needs more information, I'll be hapy to share it as soon as possible.
    Any help is greatly appreciated,
    Musicman1994

    The choice of database really depends on which server-side technology you plan to use, and what you're actually planning to use it for.
    Access was designed to create databases for small office systems. Although I personally found it very confusing, a lot of people like it and say it's easy to use. However, its major drawback is that it creates very large files; and as soon as the website gets a reasonable amount of traffic, Access has a tendency to freeze or lock up. You can create your database in Access and then export it to another database system, such as Microsoft SQL Server or MySQL. But it's better to start with the database that you ultimately plan using.
    I certainly wouldn't recommend developing anything in ASP and then attempting to convert the website to PHP. Although all server-side programs share common features and structures, the code is completely different. So, take some time over choosing your technology first. If you have never developed in ASP, you should be aware that Microsoft stopped developing it about ten years ago. It's still popular and widely available, but ASP is likely to dwindle in usefulness as the years go by. Use PHP or ColdFusion, both of which are supported by Dreamweaver. The other main alternative is ASP.NET, but that's no longer supported by Dreamweaver.

  • Help re databases in Dreamweaver 8

    I am looking to set up a members database using Dreamweaver 8. I have MS Access. Is there an easy way of doing this and having a "login" facility based on membership category.  The website is stored locally and uploaded to remote server via FTP connection.

    Many web based membership systems run in PHP/MySQL on Linux servers (rather than MS Access which usually ties you to a Windows server).
    You can develop this locally using WAMP http://www.wampserver.com/en/ then upload your site to a PHP-enabled server.

  • MySQL databases and dreamweaver

    Please, somebody help me!!
    I am on a Mac. I have my site up but can't use it because of
    the database issues I am having.
    1. I don't write code - hence my purchase of Dreamweaver
    2. My host will not allow me to connect to MySQL
    (server-side) and suggested I try an SSH. I got Navicat.
    It seems I need to connect to the database through
    Dreamweaver in order to create my PHP pages. I don't know how to do
    it or if it is possible using an SSH (Navicat)
    Also I don't understand the whole "test server" thing. It was
    suggested I connect my Mac to a Windows machine to create a testing
    server. Is this really necessary? I have an external hard drive
    with tons of space. Can I use that? Are there any other options? I
    don't know a single Mac user who has a spare windows machine lying
    around.
    My site is ready to go but useless unless I can this
    database-access problem solved. I need to create PHP pages but
    cannot do it without some sort of access to my database.
    Please HELP!!!

    See if this helps:
    http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php_05.html
    Ken Ford
    Adobe Community Expert - Dreamweaver
    Fordwebs, LLC
    http://www.fordwebs.com
    "farfalle" <[email protected]> wrote in
    message news:ff5t8j$da5$[email protected]..
    > Please, somebody help me!!
    >
    > I am on a Mac. I have my site up but can't use it
    because of the database
    > issues I am having.
    >
    > 1. I don't write code - hence my purchase of Dreamweaver
    > 2. My host will not allow me to connect to MySQL
    (server-side) and suggested I
    > try an SSH. I got Navicat.
    >
    > It seems I need to connect to the database through
    Dreamweaver in order to
    > create my PHP pages. I don't know how to do it or if it
    is possible using an
    > SSH (Navicat)
    >
    > Also I don't understand the whole "test server" thing.
    It was suggested I
    > connect my Mac to a Windows machine to create a testing
    server. Is this
    > really necessary? I have an external hard drive with
    tons of space. Can I use
    > that? Are there any other options? I don't know a single
    Mac user who has a
    > spare windows machine lying around.
    >
    > My site is ready to go but useless unless I can this
    database-access problem
    > solved. I need to create PHP pages but cannot do it
    without some sort of
    > access to my database.
    >
    > Please HELP!!!
    >

  • Photo Gallery Database in Dreamweaver Help

    Can anyone offer advise on a simple solution for a photo gallery based on a database that can be intergrated to a website that I'm creating in Dreamweaver. Does anyone know of any widget like options and or templates? Thanks in advance.

    I have a PHP script that dynamically populates the page with images from a folder.  I don't keep images in a database.
    http://alt-web.com/GALLERY/GalleryTest.php
    Nancy O.

  • Connecting to a database in Dreamweaver/ColdFusion

    Please Help!
    I've created database connections to both Mysql and MS Access
    databases in the ColdFusion Administrator Data Source page (I've
    used both Mysql and Access to test what's wrong with the
    connection).
    However, I can't connect to them in Dreamweaver when I go
    into the Bindings Panel in order to bind the databases to the
    ColdFusion documents I've created in Dreamweaver.
    The Dreamweaver Databases panel has the '+' displayed, but
    when I click it nothing happens.
    The text it displays is: "To use dynamic data on this page:
    1. Create a site for this file
    2. Choose a document type
    3. Set up the site's testing server;
    I've done all these things.
    The Bindings panel has the same text as the Databases Panel.
    Nothing happens when I click the '+' box.
    My Mysql and MS Access databases are in the directory
    "c:\coldfusionmx\db.
    My site definition is as follows:
    Local Info: local root folder - C:\CFusionMX\db\ http address
    http://localhost:8500/
    Remote Info: remote root folder - C:\CFusionMX\db\
    Testing Server: server model - ColdFusion ; access -
    local/network testing ; server folder - C:\CFusionMX\db\
    In the ColdFusion Administrator my class path is:
    C:\CFusionMX\wwwroot\WEB-INF\lib\mysql-connector-java-3.0.17-ga-bin.jar,
    I'm running ZoneAlarm as my firewall
    I didn't specify any passwords or users for my MS Access
    databases.
    So, I'd very much appreciate any help on how to get
    Coldfusion to recognize my databases

    1) in the DW's Databases & Bindings panels there are 5
    steps you have to
    take to enable remote connections, not 3 as you say - maybe
    you can't
    see the other 2 necessary steps (RDS setup and CF DataStore
    setup), or
    maybe you are using some old version of DW...
    2) usually the problem is with step 4 - RDS setup. you had to
    enable RDS
    support at CF installation. if you didn't - there is a way to
    enable it
    without reinstalling cf, and if you search these forums you
    will find
    the answer.
    3) RDS must have a password, which you set up in CF Admin.
    4) i am also not sure about your DW site setup... the remote
    and testing
    server settings... the testing server should point to your
    local site's
    webroot... did you do the 'test connection' check at the DW
    site setup?
    5) definitely no ZoneAlarm at any time setting up anything
    with cf or mysql!
    Azadi Saryev
    Sabai-dee.com
    http://www.sabai-dee.com

  • Problem with database in dreamweaver 8

    Hi,
    I am workting with Dreamweaver 8 and WAMP5 1.4.5 (php 5.1
    Apache 1.3 MySQL 4.1)
    I have created a connexion MySQL in Dreamweaver 8
    When I open "database" in the application panel I can see the
    4 tables of my database but when I click on each table to see the
    fields it doen't show any and indicate there is no field.
    THANKS in advance for you HELP

    Let's start at the top. What is your Operating System? What
    do you see
    when you point your browser at ''
    http://localhost''?
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "Springbok_yfc" <[email protected]> wrote in
    message
    news:ectqni$3cg$[email protected]..
    > Hi there
    >
    > No too long ago I purchased Dreamweaver 8 and I am
    currently designing a
    > website for an organisation but I am having diffculties
    setting up the
    > Access
    > Database..I have no problem with connecting Dreamweaver
    8 to the database.
    > So
    > in order to get a solution to my difficulties I have
    been doing alot of
    > tutorials that I got from online, but for some reason
    after I have done
    > everything the tutorials asked of me and its time to
    preview the live
    > data..a
    > pop up message appears saying the Page cannot be
    displayed. Is this a
    > glitch
    > within Dreamweaver 8 itself? And if so will the updates
    be able to fix
    > this
    > problems? What I would really like to do is store news
    etc...in a database
    > and
    > then have the database shown on the website as a news
    archive. Can anyone
    > please help me with this?
    >
    > Kind Regards
    > Heinrich
    >

  • Searchable database in Dreamweaver CS4

    I want to create a page where a list our stores that would be searchable by State or Country. I have a very simple Excle file with all the information for the stores including phone numbers and addresses. I want fileds on the page that will allow a user to choose a state from a drop down list and then the results would show any store in that state, or NONE if a store did not exist.
    I ahve read many things about MySQL databases and Recordsets, but I can't quite understand how to set the page. ANY help on this qould be greatly appreciated. I'm using Dreamweaver CS4 and I'm not that handy with it:(.
    Thank you

    This thread may be relevant to your needs
    http://forums.adobe.com/message/3076713#3076713
    Setting up a PHP development environment for Dreamweaver
    http://www.adobe.com/devnet/dreamweaver/articles/setting_up_php_05.html
    Building your first dynamic website – Part 1: Setting up your site and database connection
    http://www.adobe.com/devnet/dreamweaver/articles/first_dynamic_site_pt1.html
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb

  • Searchable database in Dreamweaver CS6

    I can't find any tutorials. i just learned how to kind of use dreamweaver, TWO days ago. My teachers want me to make a website for another school, here is the story
    Im in EAST (Environmental and Spatial Technologies). Now, our goals are to do projects with a need or change in mind.
    My project is for a small school about an hour away. They wanted their Alumni photos to be digitized and put into a searchabel database by grad.date, Name, and Val. Sal. type things.
    Well I kinda have the site made for them already, I just have absolutely no idea how to make a  searchable database, i have no clue how to read code, we have no books about this stuff.
    We are supposed to learn by using tutuorials, but i couldn't find any about this specifically. And on a side note, I have the table done in Access already, on a PC. BUT I'm using dreamweaver on a Mac. -.-
    Any help is great. I HAVE to use dream weaver so please don't tell me to switch programs, this is the only one on this computer.
    file:///Users/user/Desktop/WynonaPublicSchool/index.html
    That is my site so far. It's only the beginning!!

    This is NOT something you really want to attempt if you do not know anything about database set up in conjunction with Dreamweaver.
    The basic principle is you set up a 'search form' on your website for instance 'search by name'
    <form name="search" method="post" action="searchDetails.php">
    <p>
    <label>Search by Name<br>
    <input type="text" name="name" id="name" value="" />
    </label>
    </p>
    <p>
    <label>Search
    <input type="submit" name="search" id="search" value="Search">
    </label>
    </p>
    </form>
    This from is linked to a Dreamweaver page which gets the information from a database based on the value input into its 'name' field.
    That's the easy bit!
    I don't know anything about Access database and what server language you require to be using to connect to it but whichever server language and database combination you choose to use the principle is the same.
    First I would establish what server language you are going to use and what database.
    Then you need to set up a local testing environment on your computer by downloading XAMPP or WAMP or MAMP which ever is suitable for the server/database language youre going to use.
    Once you have installed that you can create a database and import or insert the information into it. You can then establish a 'connection' to it in Dreamweaver by going to Window>Server Behaviours>Connect.
    Ok now youre lost...so I wont go on........see what I mean this isnt going to be as simple as ABC If you've never done it before.
    I don't know if this link will make it any clearer or whether it will confuse you even more:
    http://help.adobe.com/en_US/dreamweaver/cs/using/WScbb6b82af5544594822510a94ae8d65-78b8a.h tml

  • Need help connecting database in Dreamweaver MX

    I'm using Dreamweaver MX, XP Pro and IIS. I installed the
    latest version of PHP (5.2) and have mySQL and the ODBC driver
    installed.
    I set up the testing site in Dreamweaver. Yet, Dreamweaver
    cannot locate my database(s).
    I followed steps to edit the PHP.INI file to work with
    Dreamweaver correctly, yet it's not working. However, now instead
    of getting "An unidentified error has occured", I'm getting the
    vague "HTTP Error Code 500 Internal Server Error" error.
    PHP was installed manually at first but that didn't work
    right so I reinstalled it using the auto install. It should be
    accurate, only I can't see where I would enter the path to the
    database files; there is no line for that in the SQL section. But
    it's in the default directory so it should know where it is
    automatically ... ?
    Help???!!! Can someone walk me through the steps to see why
    it isn't pointing to the databases?

    Bump.

  • Help on working with MySQL databases in Dreamweaver

    I am new to the world of dynamic webpages. I have been
    following along on the Lynda.com videos Dreamweaver CS3: Beyond the
    Basics, and Dreamweaver CS3: Dynamic Development, and have
    basically got it figured out for doing stuff on my local computer.
    However, I can't quite figure out what steps I have to take so that
    I can take my database driven site live. I use hosting with both
    ASTHost and GoDaddy. My hosting with each, I believe, is on Linux
    servers (GoDaddy for sure Linux, ASTHost may be MS). I am designing
    with DW CS3, and using WAMP as the PHP server on my pc. I am also
    using MySQL version 5.0. My PHP version is 5.1.2 with ASTHost and
    GoDaddy.
    Can anyone point me to a good tutorial or site that explains
    how to move the site from your own pc at home onto a hosting server
    and make it work? I have tried a few things, but keep running into
    MySQL errors.

    I have seen a good solution at http://webdesignsolutions.co.in/add-phtml-extension-in-dreamweaver , this is very simple.

  • Connecting to database via Dreamweaver

    Hi All
    I am trying to build a site using asp.net and SQL Server via
    Dreamweaver.!!!! To help me on my way I decided to build a tiny
    test site just to establish the connections. However, try as I
    might I can’t make a connection to a database and am now
    rapidly loosing the will to live due to the quite unbelievable time
    I have spent trying to sort this out. Now this post is my last best
    chance.
    I am trying to connect to either of the databases that come
    with the freebee SQL Server package (Is it called express or
    something?). They are pubs and Northwind.
    I am using Dreamweaver 8, XP Professional with the .Net
    framework v2.0 and IIS.
    However, when testing the connection in Dreamweaver I get a
    choice of two different error messages depending on my
    computer’s mood (I don’t change ANYTHING) The first is
    the beautifully succinct and entirely unhelpful “an
    unidentified error has occurred”. The second reads:
    1) There is no testing server running on the server machine
    2) The testing server specified for this site does not map to
    the
    ttp://Localhost/RootFolder/_mmServerScripts/MMHTTPDB.asp URL,
    Verify that the URL Prefix maps to the root of the site.
    After more hours trawling the net for answers, than I care to
    admit to I decided in desperation to try out the Dreamweaver
    tutorial that deals with these things (Café Townsend) to see
    if it offered any clues. However, when attempting to connect to the
    database (tutorial.mdb) I get the same two error messages:
    “an unidentified error has occurred”.
    1) There is no testing server running on the server machine
    2) The testing server specified for this site does not map to
    the
    ttp://Localhost/MySampleApps/_mmServerScripts/MMHTTPDB.asp
    URL, Verify that the URL Prefix maps to the root of the site. Again
    dependent on my computer’s mood.
    I am convinced that I have all the necessary components in
    place and my connection strings are correct (I am aware that the
    path given in the Dreamweaver tutorial for Café Townsend is
    incorrect and have altered the string accordingly).
    I now strongly believe the problem is something to do with
    the MMHTTPDB.asp file in the _mmServerScripts folder but could
    easily be wrong.
    Does anyone know of a problem with Dreamweaver of this nature
    or one that would result in my error message for either an Access
    database or a SQL Server database?
    I know Dreamweaver MX had a problem viewing database tables
    whilst using .net and Adobe created a patch to fix the problem. Has
    Dreamweaver 8 any similar problems?
    I’m sorry this post is a bit long but trust me I could
    have made it three times as long if I included everything I have
    tried to resolve this!
    Any help in the right direction would be appreciated more
    than you can imagine.
    Cheers
    Burnsie

    Sorry for jumping into the thread with a bit of an off topic question, but how do you find out what kind of a db the asp server is using? I've asked my company's web host a number of times for info/help in getting connected using Dreamweaver so I can redesign our site and I never hear back from them. It's a very specialized web hosting server set up for rubber stamp web sites. Looks like most of their customers use the online website design tool that they provide, but it is very limited in what it can do. Very limited.
    They give me ftp access and I've changed what I can on the page, but with out access to the db it's hard to really change the look of the site.
    Here's the link:
    http://www.tacomarubberstamp.com

  • How to save data to access database in dreamweaver

    Hello,
    I want to save data from webpage to MS access database. I am
    using dreamweaver MX 2004 developing tool. For server side
    scripting I am using asp page but I am not geting any result. And I
    am calling this asp page using HTML codes (using "action").
    Please anybody suggest me proper way for this.

    Thanks for the reply....I'will try your suggestion
    ........But still I will appriciate if you can check my codes......
    I am using following codes for webpages,
    <form name="form1" action="add_to_database.asp"
    method="post">
    <div align="center">
    <table width="80%" border="0">
    <td><b>FEEDBACK FORM</b></td>
    <tr> <td>Name :</td>
    <td><input type="text" name="uname"></td>
    </tr>
    <tr>
    <td>Email :</td>
    <td> <input type="text" name="email"></td>
    </tr>
    <tr>
    <td>Comments :</td>
    <td><textarea
    name="comments"></textarea></td>
    </tr>
    <tr>
    <td> </td>
    <td><input type="submit" value="Submit details"
    name="submit" onClick="validate()" ></td>
    </tr>
    </table>
    </div>
    </form>
    and using the action and post method I am calling following
    asp page
    <body>
    <%
    Dim uname, email, comments
    Dim Conn
    Dim Rs
    Dim sql
    uname = Request.Form("uname")
    email = Request.Form("email")
    comments =Request.Form("comments")
    Set Conn = Server.CreateObject("ADODB.Connection")
    Set Rs = Server.CreateObject("ADODB.Recordset")
    Conn.Open "PROVIDER=Microsoft.Jet.OLEDB.4.0;" & "Data
    Source=" & Server.MapPath("users.accdb")
    sql= "INSERT into adduser(uName, Email, Comments) values(' "
    & uname & "', '" & email & "', '" & comments
    Conn.execute sql
    Rs.Open sql, Conn
    Rs.AddNew
    Rs.Fields("Name") = Request.Form("name")
    Rs.Fields("Email")=Request.Form("email")
    Rs.Fields("Comments") = Request.Form("comments")
    Rs.Update
    Rs.Close
    Set Rs = Nothing
    Set Conn = Nothing
    %>
    </body>
    Thanks,

Maybe you are looking for

  • Report for material documents with storage location

    Hi gurus, I would like to know if there is a report to display material documents but in the same screen display storage location from and storage location dest. Thanks for your help. Regards.

  • Can USB Drive connected to Airport be used for iPhoto library?

    Hi. I have a large photo library that is organized in folders on an external drive that is connected to my Airport Extreme base station. Is it possible to leave the photos on the network drive and import them into iphoto without using up a ton of spa

  • Djikstra's Algo on a mobile phone

    i am very new to j2me and i am wondering if a mobile phone (6110 Navigator) can solve for the shortest path. this is for a road navigation project that i am doing.. let's say that i have to find a route in new york and the scenario is worst case (the

  • Yosemite, Filevault, I accidently turned it on?? Help..

    I didnt know what filevault is and I just turned it on without knowing what it is doing. It says that it is encrypting something and its going to take 1 day???? its using a lot of power and my hdd is making anoyying crackling noises. Its not loud.. I

  • Payment terms and Inco terms

    Hi Friends, Please clarify me the difference between Payment terms and Inco terms (PO-Header data). I have gone thru’ SAP help, but I am not clear. Please help. Best regards, Raman.