Paginar con ASP y Mysql

Buen dia, he provado una paginacion muy sencilla que he
conseguido con el
maravilloso GOOGLE en una pagina con codigos ASP, me funciona
perfecto con
ACCES pero con MYSQL me manda error en esta linea:
RS_AUTOMOVILES.AbsolutePage = pagina_actual
El Error es:
ADODB.Recordset error '800a0cb3' Current Recordset does not
support
bookmarks. This may be a limitation of the provider or of the
selected
cursortype.
/autos/DIS_LISTA_AUTOS_MY.asp, line 96
¿Alguien podria orientarme al respecto?
Muchas gracias.

De todos modos, te recomiendo que te actualizes a asp.net,
puedes encontrar
videos y un montón de información útil en
http://www.asp.net/getstarted/default.aspx?tabid=61
- es orientado a objetos
- es compilado (no interpretado como asp o php)
- separa totalmente la capa presentación de la de
programación (sin includes
ni marranadas por el estilo)
- geniales controles (por ejemplo lleva una GRID como la que
tu usas, que
incluye paginación automática , ordenación,
edición, eliminación y adición
de registros con 0 líneas de código.
- lo desarrolla la empresa tecnológica con más
recursos económicos y humanos
del universo conocido
Hay muchas otras ventajas, pero como digo, una de las mayores
es que puedes
desarrollar (si quieres) un sitio web dinámico con
acceso a datos sin
escribir NADA de código.
Saludos,
Xus
"Marcos Galaviz" <[email protected]>
escribió en el mensaje
news:elk6on$t8h$[email protected]..
> Buen dia, he provado una paginacion muy sencilla que he
conseguido con el
> maravilloso GOOGLE en una pagina con codigos ASP, me
funciona perfecto con
> ACCES pero con MYSQL me manda error en esta linea:
>
> RS_AUTOMOVILES.AbsolutePage = pagina_actual
>
> El Error es:
>
> ADODB.Recordset error '800a0cb3' Current Recordset does
not support
> bookmarks. This may be a limitation of the provider or
of the selected
> cursortype.
>
> /autos/DIS_LISTA_AUTOS_MY.asp, line 96
>
> ¿Alguien podria orientarme al respecto?
>
>
>
> Muchas gracias.
>
>

Similar Messages

  • (fla8) Formulario con ASP

    Hola amigos, tengo un formulario hecho en flash, y necesito
    enviarlo por
    asp, pero resulta que cuando mi asp toma las variables lo
    hace bien, pero al
    enviar el mail, envia toda la cadena de html que tiene el
    formulario: ejem:
    Petición de información
    NOMBRE: <TEXTFORMAT LEADING="2"><P
    ALIGN="LEFT"><FONT FACE="standard 07_53"
    SIZE="8" COLOR="#FF6600" LETTERSPACING="0"
    KERNING="0">ASDFwaef</FONT></P></TEXTFORMAT>
    FECHA: 06/12/2006 14:01:27
    EMPRESA: <TEXTFORMAT LEADING="2"><P
    ALIGN="LEFT"><FONT FACE="standard 07_53"
    SIZE="8" COLOR="#FF6600" LETTERSPACING="0"
    KERNING="0">WEFQ</FONT></P></TEXTFORMAT>
    eso es lo que me envia el asp al mail, cual es el motivo de
    esto=
    Muchas gracias a todos.

    Solucionado amigos!! gracias !!
    "PIXEL" <[email protected]> escribió en el
    mensaje
    news:eljl9v$7pg$[email protected]..
    > Hola amigos, tengo un formulario hecho en flash, y
    necesito enviarlo por
    > asp, pero resulta que cuando mi asp toma las variables
    lo hace bien, pero
    > al enviar el mail, envia toda la cadena de html que
    tiene el formulario:
    > ejem:
    > Petición de información
    >
    > NOMBRE: <TEXTFORMAT LEADING="2"><P
    ALIGN="LEFT"><FONT FACE="standard
    > 07_53"
    > SIZE="8" COLOR="#FF6600" LETTERSPACING="0"
    >
    KERNING="0">ASDFwaef</FONT></P></TEXTFORMAT>
    > FECHA: 06/12/2006 14:01:27
    >
    > EMPRESA: <TEXTFORMAT LEADING="2"><P
    ALIGN="LEFT"><FONT FACE="standard
    > 07_53"
    > SIZE="8" COLOR="#FF6600" LETTERSPACING="0"
    >
    KERNING="0">WEFQ</FONT></P></TEXTFORMAT>
    >
    >
    > eso es lo que me envia el asp al mail, cual es el motivo
    de esto=
    >
    > Muchas gracias a todos.
    >
    >
    >

  • Sun One & mySQL: Native Error Code: 2013

    This one's really starting to get me down. I've found many forums of programmers with the same problem, but no real solution in sight.
    The error only occurs periodically and when I refresh the page a few times it loads fine. Here's the code:
    Dim conn, rs, query
    set conn = createobject("ADODB.Connection")
    conn.open = "DRIVER={MySQL ODBC 3.51 Driver}; SERVER=db_server; DATABASE=my_db; UID=user; PWD=pwd; OPTION=35;"
    query = "SELECT * FROM tblFranchise ORDER BY Franchise"
    set rs = conn.Execute( query )
    'display some data
    Call rs.Close()
    Call conn.Close()
    and here's that awful error message:
    Error Type:
    ADODB.Recordset.1 (0x80004005)
    SQLState: S1000 Native Error Code: 2013 [TCX][MyODBC]Lost connection to MySQL server during query
    /home.asp, line 127
    Any help much appreciated.

    Actually you can just forget about the OPTION setting, I was trying something else, but it's not present in the code that's giving me the error. I'm hosting the site with a third party, but I believe they're using Apache 1.3.26
    As for the Sun One version, I'm not sure, but I recieved the following message with the above error:
    HTTP 500.100 - Internal Server Error - ASP error
    Apache/1.3.26 (Unix) Sun-ONE-ASP/4.0.0 mod_gzip/1.3.26.1a mod_auth_pam/1.0a PHP/4.3.8 PHP/3.0.18 mod_ssl/2.8.10 OpenSSL/0.9.6g mod_perl/1.27 mod_jk/1.1.0 FrontPage/5.0.2.2510

  • [JAVA] problems with java and mysql

    Hi, i have already installed php + mysql and work's them fine, but i want to install java + mysql. I have downloaded eclipse and installed its, that's ok. I have download tomcat and, that's ok. I have download module jconnector and have copied the file .jar in the java home and set classpath. Run and compiled this source that's ok. At runtime the program ask: Impossible connection at the database, why ? It's the source of program:
    [JAVA]
    import java.sql.*;
    public class connessione {
    private String nomeDB; // Nome del Database a cui connettersi
    private String nomeUtente; // Nome utente utilizzato per la connessione al Database
    private String pwdUtente; // Password usata per la connessione al Database
    private String errore; // Raccoglie informazioni riguardo l'ultima eccezione sollevata
    private Connection db; // La connessione col Database
    private boolean connesso; // Flag che indica se la connessione � attiva o meno
    public connessione(String nomeDB) { this(nomeDB, "", ""); }
    public connessione(String nomeDB, String nomeUtente, String pwdUtente) {
    this.nomeDB = nomeDB;
    this.nomeUtente = nomeUtente;
    this.pwdUtente = pwdUtente;
    connesso = false;
    errore = "";
    // Apre la connessione con il Database
    public boolean connetti() {
    connesso = false;
    try {
    // Carico il driver JDBC per la connessione con il database MySQL
    Class.forName("com.mysql.jdbc.Driver");
    // Controllo che il nome del Database non sia nulla
    if (!nomeDB.equals("")) {
    // Controllo se il nome utente va usato o meno per la connessione
    if (nomeUtente.equals("")) {
    // La connessione non richiede nome utente e password
    db = DriverManager.getConnection("jdbc:mysql://localhost/" + nomeDB);
    } else {
    // La connessione richiede nome utente, controllo se necessita anche della password
    if (pwdUtente.equals("")) {
    // La connessione non necessita di password
    db = DriverManager.getConnection("jdbc:mysql://localhost/" + nomeDB + "?user=" + nomeUtente);
    } else {
    // La connessione necessita della password
    db = DriverManager.getConnection("jdbc:mysql://localhost/" + nomeDB + "?user=" + nomeUtente + "&password=" + pwdUtente);
    // La connessione � avvenuta con successo
    connesso = true;
    } else {
    System.out.println("Manca il nome del database!!");
    System.out.println("Scrivere il nome del database da utilizzare all'interno del file \"config.xml\"");
    System.exit(0);
    } catch (Exception e) { errore = e.getMessage(); }
    return connesso;
    public static void main(String [] args) {
    connessione a=new connessione("asta","root","");
    if(a.connetti())
    System.out.println("Connessione al database riuscita");
    else
    System.out.println("Connessione al database non riuscita");
    [JAVA]

    With this line I always pass the username and password also:
    db = DriverManager.getConnection("jdbc:mysql://localhost/" + nomeDB);
    db = DriverManager.getConnection("jdbc:mysql://localhost/" + nomeDB, useName, Password);
    Make sure you create your users in MySQL with the correct permissions

  • Can not connect to Oracle using ASP, but i can connect  to VB6.0

    i have installed ODAC 11.2.0.2.1(latest version) and i m trying to connect to Oracle 11G server
    So no vb programs are worked so i have installed oracle 11g client and vb programs are all started to work,
    but when i try to connect it using asp. i m getting the following error.pls help me
    Error Type:
    OraOLEDB (0x80004005)
    ORA-12154: TNS:could not resolve the connect identifier specified
    conn.asp, line 12
    on line 12, i did this,
    Conn221.Open ConnString221
    but my original connection code is
    ConnString221 = "Provider=OraOLEDB.Oracle;Password=newbie;User ID=newchips;Data Source=HIS241;PersistSecurity Info=True;PLSQLRSet=1"
    Conn221.Open ConnString221
    but the same piece of code is working in my friend PC,she installed only 8i Client and this is working perfectly...

    Please Double check your database name...
    Regards,
    Raghu

  • Cant install mysql driver

    hi
    i'm very new to java (just curious)
    i'm following this tutorial on databases and at certain point i've to use the driver
    i went to mysql download this:
    mysql-connector-java-3.0.9-stable wherein is the .jar file.
    i googled a lot in forums and also read the readme and the sun One Studio 4 update 1 (the version i'm using). Cant find a hint on how to solve it, because when i try to compile i get this error:
    "TesteJDBC.java [25:1] unreported exception java.lang.ClassNotFoundException; must be caught or declared to be thrown
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    ^
    TesteJDBC.java [25:1] unreported exception java.lang.InstantiationException; must be caught or declared to be thrown
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    ^
    2 errors
    Errors compiling TesteJDBC."
    here's the relevant code:
    try {
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    i'm using winxp pro, jsdk1.4.1_02 and all the windows updates...
    I tried to mount filesystem and also tried the tutorial on java where i define the classpath, in dos... but that didnt work too.
    Can someone help me please?
    remember i'm very new to this...
    thanks in advance

    thanks for your answer
    i'm not sure about what you exactly mean.
    this code is from a book i'm reading. What should i do in order just to test a code that connects and inserts into a database?
    my code:
    import java.sql.*;
    import java.util.*;
    public class TesteJDBC {
    public static void main(String[] args) {
    Connection conn = null;
    try {
         // mysql-connector-j-2.0.14-bin.jar tem que estar na CLASSPATH
    //String url = "jdbc:mysql://localhost/pedro"; // jdbc:mysql://localhost/Pedro?user=xxxx&password=yyyy caso
    // usassemos controlo de acessos
    String url = "jdbc:mysql://localhost/Pedro?user=root&password=***";
    String xt;
    Statement st;
    Class.forName("com.mysql.jdbc.Driver").newInstance();
    conn = DriverManager.getConnection(url);
    st = conn.createStatement();
    xt = "INSERT INTO Teste (id, valor) " + "VALUES(" + args[0] + ", " + args[1] + ")";
    System.out.println("String exec:" + xt);
    st.executeUpdate(xt);
    catch (SQLException e ) {
    e.printStackTrace();
    catch (ClassNotFoundException e) {
    System.out.println("Classe nao encontrada");
    catch (InstantiationException e) {
    System.out.println("Classe nao instanciada");
    catch (IllegalAccessException e) {
    System.out.println("Acesso Ilegal");
    finally {
    if(conn != null ) {
    try { conn.close(); }
    catch( Exception e ) {}
    thank you again

  • Mysql++ on Mac

    My code, which works fine in Linux (Ubuntu 10.10) looks like this:
    Connection conn(false);
    conn.connect(db, server, user, pass)
    Transaction trans(conn);
    Query query = conn.query("Update blah blah");
    query.execute(); // inside try,catch,catch block
    query << "Another update";
    query.execute(); //try
    query << "Yet another";
    query.execute; //try
    trans.commit();
    query << "select this, that and the other thing";
    vector<deepskyStruct> resvec; // deepskyStruct is an ssqls structure
    query.storein(resvec);
    vector<deepskyStruct>::iterator it;
    for loop through the vector, creating members of class SessionObject from the data
    end for
    start another transaction
    query << "Update a different table";
    query.execute(); //two more of these
    trans2.commit();
    query << "Select blah, blah blah from a different table";
    vector(doubleStarStruct> resvec2;
    //Up to here, everything is fine, and I have verified that all the updates took place. I also know that the first select, storing in resvec, creating the objects, etc. worked, because when I commented out the stuff for the 2nd table the program completed successfully with the expected output.
    query.storein(resvec2);
    Then:
    402 query.storein(resvec2);
    (gdb) next
    Program received signal EXCBADACCESS, Could not access memory.
    Reason: KERNPROTECTIONFAILURE at address: 0x0000041c
    0x93d12a8d in std::string::clear ()
    The address of resvec2 was 0xbfffefdc, while the address of resvec was 0xbfffefb0 or sth in that neighborhood.
    Any help appreciated.
    Thanks,
    Alan Shank
    Woodland, CA

    I have gathered some more information after debugging the program in XCode.
    vector<deepSkyStruct> resvec; // deepSkyStruct is an ssqls structure
    Here is the calling sequence:
    query.storein(resvec); // this is in mycode
    storein(Container & con); // in the Mysql++ library
    storein(con, str(template_defaults) );
    storein_sequence(con, s); // s is a const SQLTypeAdapter
    UseQueryResult result = use(s);
    while(1) {MYSQL_ROW d = result.fetchrawrow();
    the UseQueryResult object result has a private member result_ with these members:
    counted_
    refs_
    The first time I call query.storein(resvec), after use(s), the result object has these values:
    counted_ = 0x5016f0
    refs = 0x501cd0
    The code works fine.
    When, after another query to a different table, I call query.storein(resvec2), after the use(s), the members counted_ and refs_ are both 0x0. Then, when result.fetchrawrow is called, the program gets the EXCBADACCESS error. The debugger window shows this:
    0x98d17a7c <+0000> push ebp
    0x98d17a7d <+0001> mov ebp,esp
    0x98d17a7f <+0003> sub esp,0x18
    0x98d17a82 <+0006> mov eax,DWORD PTR [ebp+0x8]
    0x98d17a85 <+0009> mov DWORD PTR [esp+0xc],0x0
    0x98d17a8d <+0017> mov edx,DWORD PTR [eax]
    the last line is highlighted and a red arrow points to it.
    I have also posted this question on MYSQL Forums, with no response except a troll.
    Cheers,
    Alan Shank
    Woodland, CA

  • Duda con menu abecedario en php

    que tal gente,
    tengo el siguiente problema, tengo un menu con abecedario
    tipo a|b|c|d|e|...
    realizado con php y necesitarias hacerlo con asp.net.
    <?php for($i=65; $i<=90; $i++) {$x = chr($i); ?>
    <a href="detallexletra.php?char=<?php echo $x;
    ?>"><?php echo $x; ?></a>
    <?php echo " / ";}?>
    <a href="detallexletra.php?char=#"># </a>
    desde ya muchas gracias por su ayuda.
    Saludos.
    Federico

    que tal gente,
    tengo el siguiente problema, tengo un menu con abecedario
    tipo a|b|c|d|e|...
    realizado con php y necesitarias hacerlo con asp.net.
    <?php for($i=65; $i<=90; $i++) {$x = chr($i); ?>
    <a href="detallexletra.php?char=<?php echo $x;
    ?>"><?php echo $x; ?></a>
    <?php echo " / ";}?>
    <a href="detallexletra.php?char=#"># </a>
    desde ya muchas gracias por su ayuda.
    Saludos.
    Federico

  • MySql connection pooling in Tomcat 4.1

    Hi,
    Could somebody help me before I go insane ?
    I have installed Tomcat 4.1 and MySql and is now trying to follow the example at http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html to set up a pooled connection to the database.
    When i try to look up the DataSource :
    DataSource ds = (DataSource) initCtx.lookup("java:comp/env/jdbc/lonDB");
    I get an error :
    DbcpDataSourceFactory: driverClassName is required
    cheers
    /H

    Hello,
    Even though my problem is different, I just appended to this older posting because I am following the same tutorial for setting up a DB Conn pool with MySql.
    The problem that I am having is that Tomcat can't find the DBTest class which I copied and compiled from the tutorial.
    Where does one have to place their classes for Tomcat 4.1 to see them? In the older version of Tomcat which we use, all we had to was to place the class directory in the CLASSPATH variable on the server, and Tomcat was able to access the classes. We did the same approach for v4.1 but it does not seem to be working.
    Any help is appreciated!
    Thanks,
    Chris

  • [ASP] eliminar fotos de servidor

    Buenos dias,
    En mis webs suelo usar ASPUpload para que mis clientes desde
    el
    backoffice introduzcan las fotos correspondientes a la
    informaci�n que
    aparecer� en la p�gina.
    La cuesti�n es que con el tiempo se van acumulando
    im�genes que ya no
    estan asociadas a ningun registro de la base de datos (por
    ejemplo fotos
    de casas que ya se han vendido)
    Que soluciones veis?
    Algun metodo que useis vosotros?
    Gracias
    Paulina

    Si guardas los datos de las casas vendidas ya sab�s
    qu� im�genes borrar y
    sino pod�s hacer lo contrario, es decir: borrar todas
    las imagenes que ya no
    figuran en la base de datos.
    No conozco ASP pero supongo que con buscar funciones de
    manejo de archivos
    ya te dar�s cuenta c�mo proceder.
    "Paulina" <[email protected]> escribi�
    en el mensaje
    news:[email protected]...
    > Esto es lo que uso:
    > La web en asp + vbscript
    > El servidor windows
    > La base de datos access
    > y en la base de datos, la imagen la introduzco solo con
    el nombre. Por
    > ejemplo en el campo foto hay casapepe.jpg
    >
    > A ver si con esto alguien me da un ejemplo o link
    >
    > Gracias
    >
    >
    > Julio B. escribi�:
    >> Otra cosa, la web ha sido programada con ASP, pero
    en qu� servidor est�
    >> alojada, en uno windows o linux?, ya que la manera
    de borrar archivos
    >> difiere bastante.
    >>
    >> Saludos,
    >>
    >> Julio Barroso
    >>
    >> "Julio B." <[email protected]>
    escribi� en el mensaje
    >> news:[email protected]...
    >> | Lo normal es que a la vez que borras la
    informaci�n en la base de datos
    >> de
    >> | las casas vendidas borres las im�genes.
    >> |
    >> | Si no lo has hecho hasta ahora va a ser un trabajo
    de "chinos" saber si
    >> una
    >> | foto est� en uso o hay que borrarla porque
    la casa ya a sido vendida.
    >> |
    >> | El que te lleve m�s o menos tiempo, o
    puedas programar un script que te
    >> diga
    >> | al menos qu� hay que borrar
    depender� de c�mo has tratado esas im�genes
    >> | (nombre, path, tipo, etc.) en la base de datos
    anteriormente.
    >> |
    >> | A veces, como parece que te ha pasado, un trabajo
    mal planificado puede
    >> | suponer muchos calentamientos de cabeza con el
    tiempo.
    >> |
    >> | Saludos,
    >> |
    >> | Julio Barroso
    >> |
    >> | "Paulina" <[email protected]>
    escribi� en el mensaje
    >> | news:[email protected]...
    >> || Buenos dias,
    >> || En mis webs suelo usar ASPUpload para que mis
    clientes desde el
    >> || backoffice introduzcan las fotos correspondientes
    a la informaci�n que
    >> || aparecer� en la p�gina.
    >> || La cuesti�n es que con el tiempo se van
    acumulando im�genes que ya no
    >> || estan asociadas a ningun registro de la base de
    datos (por ejemplo
    >> fotos
    >> || de casas que ya se han vendido)
    >> || Que soluciones veis?
    >> || Algun metodo que useis vosotros?
    >> ||
    >> || Gracias
    >> || Paulina
    >> |
    >> |

  • Conexión SAP - ASP

    Hola buenos días. Requiero hacer una conexión de SAP con ASP para poder actualizar información en los sistemas.  Como puedo hacer esto?
    Saludos cordiales a todos.

    Hola Marlon
    Hay un tópico similar.
    Puedes verlo en Sample code in ASP to connect SAP?
    Saludos
    Josué Acuña

  • Asp site work local but doesn't work after upload to the server

    I built a ASP site with MS access driven, it works good at my
    local computer but after I upload it to the internet server, it
    failed. I am pretty much sure it's data connection problem, any
    solution anyone,............
    the "conn.asp" inside the "Connections" folder as follow:
    <%
    // FileName="Connection_odbc_conn_dsn.htm"
    // Type="ADO"
    // DesigntimeType="ADO"
    // HTTP="false"
    // Catalog=""
    // Schema=""
    var MM_connRealtor_STRING = "dsn=data_realtor;"
    %>

    I seen other ppl having the same problem, and there is an
    exact topic here at this forum, pls go to the topic "Can't connect
    to access db hosted by Godaddy" I had my problem in detail there,
    pls help if you can..........thx

  • Listing subcats under category

    Hi,
    OK I have two tables. One with a list of categories and
    another with a list of sub categories. Does anyone know how to make
    it so that I can list all of the subcategories under the correct
    category?
    I tried the tutorial here:
    http://www.aspfaqs.com/aspfaqs/ShowFAQ.asp?FAQID=154
    but had no luck as I just get an object required error.
    I am using ASP and MYSQL 4.
    Thank you,

    Just thought I'd say this is the error I get when using this
    particular code:
    Error:
    Microsoft VBScript runtime error '800a01a8'
    Object required: ''
    /knowledgebase/Default.asp, line 180
    Line80:
    SQL = "SELECT * FROM HelpDesk.kbCategories, HelpDesk.kbSubCat
    & "WHERE kbCategories.Category = kbSubCat.CategoryID " _
    & "ORDER BY kbCategories.Category, kbSubCat.Subcat"
    Set RS = conn.Execute( SQL )
    Any Ideas?

  • How to setup the local testing server ??

    hello, what do I need to install first before I can setup the
    testing server in dreamweaver 8? I have download apache2 triad,
    mySQL, IIS 6...
    Where should I download the correct version of mySQL because
    I need to test my php scripts locally which has something to do
    with database?
    How do I configure these on the testing server setup
    Connection Name - what should I input here?
    MySQL Server - and this?
    Username - where do I get one?
    Password - where do I get one?
    Database - gets an error saying "HTTP error code 404...
    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/...... ??
    Please Help.. Thanks in advance!

    criticalx wrote:
    > I'm using the apache2triad for the mySQL.. I s there
    anything I did wrong on
    > my configuration part? Thanks... "I only need to test my
    site locally"
    I have never heard of apache2triad, but I've just had a look
    at the
    apache2triad site, which says: "It is recommended that only
    experienced
    users, with a vast knowledge of how networks, and its
    components (Apache
    Web Server, ect.) should install this software. It IS NOT
    your average
    software; a lot of time, patience and effort are required to
    maintain
    such a server."
    Setting up a local testing server is not difficult, but it
    does require
    a basic understanding of how a server-side language like PHP
    works.
    As I said before, you must always store your files in the web
    server
    document root. According to the apache2triad documentation,
    this is C:
    \apache2triad\htdocs\. Unless you store your files there, or
    in a
    subfolder of htdocs, nothing will work.
    ---LOCAL INFO----
    Site Name: login
    Local Root folder: C:\apache2triad\htdocs\login
    checked refresh local site automatically
    default images: C:\apache2triad\htdocs\login\images\
    Links Relative to: "document" - this is correct
    HTTP address: leave blank
    cache: enabled
    ---REMOTE INFO---
    None
    ---TESTING SERVER---
    Server Model: PHP/MySQL
    Access: Local/Network
    Testing server folder: C:\apache2triad\htdocs\login\
    URL Prefix:
    http://localhost/login/
    mySQL connection:
    conn name: connLogin
    mySQL server: localhost (do not use
    http://)
    username: root
    password: mypassword
    Database: login
    David Powers
    Author, "Foundation PHP for Dreamweaver 8" (friends of ED)
    Author, "Foundation PHP 5 for Flash" (friends of ED)
    http://foundationphp.com/

  • NooB needs help sorting  php,sql, etc.please

    Hi all,
    This is my first post but I'd like to thank everyone for all
    the lurking help I've gotten. You guys are great. I've hit a wall.
    I use dw8, windows xp and have a server through crystal tech. I
    would like to build a shopping cart for e-commerce using my order
    form page at the link at the bottom. I've seen lots of posts
    talking about Mysql, php, cold fusion, apache, asp.net, mysql front
    etc. but each one seems to require a major comitment and I'd hate
    to spend the time on the wrong thing. Or start buying books that
    may not apply. I've searched the boards but can't quite figure out
    what's best. A point in the right direction would be GREATLY
    appreciated. Thanks again.
    maxx
    Please
    click Here

    Hi all,
    This is my first post but I'd like to thank everyone for all
    the lurking help I've gotten. You guys are great. I've hit a wall.
    I use dw8, windows xp and have a server through crystal tech. I
    would like to build a shopping cart for e-commerce using my order
    form page at the link at the bottom. I've seen lots of posts
    talking about Mysql, php, cold fusion, apache, asp.net, mysql front
    etc. but each one seems to require a major comitment and I'd hate
    to spend the time on the wrong thing. Or start buying books that
    may not apply. I've searched the boards but can't quite figure out
    what's best. A point in the right direction would be GREATLY
    appreciated. Thanks again.
    maxx
    Please
    click Here

Maybe you are looking for

  • At Exit-command  not working

    Hi experts. I am working on At Exit command and in my screen i have field validation and i have coded AT EXIT COMMAND in my PAI to execute when we exiting BACK/CANCEL/EXIT. I have taken Function type as "E' in GUI. but too i am not able to exit witho

  • Making correct use of Mappings: Transformation Step in BPE

    Hi everybody, in SAP Docu, I found the recommendation to use Transformation Step only for those kind of mappings that cannot be done in the Integration Engine (e.g. n:1 mappings) http://help.sap.com/saphelp_nw04/helpdata/en/d5/be364296f1b26be10000000

  • Macbook screen goes few seconds to black screen

    I didn't use my macbook for couple month and a couple days ago I did an software update. Now I was working yesterday on the macbook and my screen turned 4 times to a black screen. It was while i was working on the internet or on a word document... th

  • Calculate price variance= goods transfer from consignment to own stock

    Hello network, i hope you can help me. We activated the business content (purchase data). The project is now on test stage. Now we want to calculate a price variance after the goods transfer from consignment stock to our own stock. Normally we compar

  • Installation of IDES on 32bit Windows with MSSQL

    Hi I know you heard a lot of these questions, but i did not find a specific solution for my case: My goal is to install an IDES system. For this I need the Solution Manager Key. The Key is generated with the Solution Manager. The Solution Manager can