User Profile

Collapse

Profile Sidebar

Collapse
nazish zehra
nazish zehra
Last Activity: Oct 2 '12, 02:50 PM
Joined: Dec 20 '11
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nazish zehra
    replied to make exefile of php
    in PHP
    Any other way to make exe which uses mysql script?
    I have used phc win bit i is not working
    See more | Go to post

    Leave a comment:


  • nazish zehra
    replied to make exefile of php
    in PHP
    I have made exe file of php using ExeOutput and server2go.Serve r2go provides built in mysql and phpmyadmin as well. I don't want it to be like that. I want to give php exe and sql file(containing my database tables) to user and he can import sql file and easily run php exfile .
    How is it possible?
    I don't know too much about php and mysql.
    See more | Go to post

    Leave a comment:


  • nazish zehra
    replied to make exefile of php
    in PHP
    I want to create php exe file which uses mysql script at backend. Is this possible?
    See more | Go to post

    Leave a comment:


  • nazish zehra
    replied to make exefile of php
    in PHP
    I am trying to make exe file of my php project.The problem is that my project uses database on mysql.

    I have two front ends,one on java and other on php with same database on mysql.

    Now I have to make exe of both php and java file.For java it is easy as I have created script of mysql and it is running normal on local machine.

    But I am having problem for making php exe as it doesnot use mysql script rather it...
    See more | Go to post

    Leave a comment:


  • nazish zehra
    started a topic make exefile of php
    in PHP

    make exefile of php

    I am trying to make exe file of my php project.the problem is that my project uses database on mysql.i have two front ends,one on java and other on php with same database on mysql.Now i have to make exe of both php and java file.For java it is easy as i have created script of mysql and it is running normal on local machine. but i am having problem for making php exe as it doesnot use mysql script rather it uses embeded mysql and this creates problem...
    See more | Go to post

  • nazish zehra
    started a topic save history
    in Java

    save history

    I want to make an application in java in which i can provide a utility of history where the button pressed last time on the jframe can be saved.Through this history option user can know that which button on the jframe was pressed last time.Is there any class in java for this purpose?
    See more | Go to post

  • nazish zehra
    started a topic mysql query problem

    mysql query problem

    I am making a seed bank database in which seeds are either collected from location or donated by organization.So I have made a supertype table acquisition and subtypes are collection and donation.
    I want to display the information of all seeds regarding their collection and donation. For this I am building a sql query from different tables and displaying it in single form.I cannot make the correct query there is problem in it. Tables in which...
    See more | Go to post

  • nazish zehra
    started a topic error in sql statement

    error in sql statement

    I am making a from in php and inserting values in members table.Structure of members table is:
    id varchar(30) not null primary key
    username varchar(15)
    password varchar(15)

    when i insert values in table using $_POST[] it gives error
    Error:Duplicate entry 'john' for key 'PRIMARY' whereas there is no entry in my table as john.Code is:
    Code:
    <?php
    $con = mysql_connect("localhost","root","");
    ...
    See more | Go to post

  • nazish zehra
    started a topic jasper reports
    in Java

    jasper reports

    I am new to jasper reports .I want to know is there any tutorial to get start with charts in ireport .any basic example how to get start?
    See more | Go to post

  • nazish zehra
    replied to sql query in ireport
    Can anyone tell me about basic tutorial on charts in ireport
    See more | Go to post

    Leave a comment:


  • nazish zehra
    replied to sql query in ireport
    No i dont want total quantity .Thanku for reply.Got it solved and sorry for inconvenience
    See more | Go to post

    Leave a comment:


  • nazish zehra
    started a topic sql query in ireport

    sql query in ireport

    I am using a sql query in ireport to make a report based on two tables.I have 2 tables ORDER and ORDER_LINE.Orde rs contains orders of seeds ordered by different requesters.

    ORDER:Order_ID, Seed_ID,quantit y(here orderid and seedid are composite primary key and one order may contain requests of multiple seeds by the same requester)
    ORDER_LINE:Orde r_ID,Req_ID,Dat e of order,no.of seeds

    Now i have to show all this information...
    See more | Go to post

  • nazish zehra
    replied to report generation in mysql
    Is it good to use java as front end for database?I am looking for an alternative of oracle(form builder and report builder)and also my database is not web based
    See more | Go to post

    Leave a comment:


  • nazish zehra
    replied to report generation in mysql
    Is this going to work for NetBeans IDLe also?
    See more | Go to post

    Leave a comment:


  • nazish zehra
    started a topic report generation in mysql

    report generation in mysql

    I am making a database in mysql with java on front end but I want to know that is there any way to generate reports in mysql with java?Likewise oracle provides report builder and form builder do we have this facility in mysql when using java as frontend ?
    See more | Go to post

  • nazish zehra
    started a topic choice for DBMS

    choice for DBMS

    I am making a database and I want to do it in mySQL with Java and JSP on front side while my supervisor is asking to develop in oracle and php on front side .How can I convince him for Java and JSP? I dont know that much about Oracle and JSP and also is there any other way out for this?
    See more | Go to post

  • nazish zehra
    replied to Image not displayed on label
    following is the function which i am calling
    Code:
    def about():
            root1 = Tk()
            root1.title("ABOUT")
            root1["padx"] = 25
            root1["pady"] = 25
    
    
            TopLabel = Label(root1)
    
            TopLabel["text"] ="         STRING SEARCHER            "
            TopLabel["font"]="Helvetica",12
    ...
    See more | Go to post

    Leave a comment:


  • nazish zehra
    replied to Image not displayed on label
    No it is not solved yet.
    See more | Go to post

    Leave a comment:


  • nazish zehra
    replied to Image not displayed on label
    It is not path problem because image is there it is something else and "pyimag3" does not exist is not path error.I am displaying image label by callling a function and if i remove the image then everything else is displayed but with label it is not.
    See more | Go to post

    Leave a comment:


  • nazish zehra
    replied to Image not displayed on label
    I have tried the full path but it is giving the same Error.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...