User Profile

Collapse

Profile Sidebar

Collapse
zaiena
zaiena
Last Activity: Feb 10 '08, 01:32 PM
Joined: Jun 11 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • zaiena
    started a topic Implementing Dependency Caching
    in .NET

    Implementing Dependency Caching

    hi,
    i wont to implement caching in my website i found the way to that when the database is sqldatabase ans sql connection, but i'm using the ms access database and cannot do it, so please any one could give me the way to that????
    thanx
    See more | Go to post

  • zaiena
    replied to DataSet connectionString
    in .NET
    ok but when i'm trying to make my connection string the wizard ask me for access database with .mdb extension mot accdb, and also should i chang the
    (Persist Security Info=true; to Persist Security Info=False;)??
    where is the problem exactly??...
    See more | Go to post

    Leave a comment:


  • zaiena
    replied to DataSet connectionString
    in .NET
    i'm using access database. here is my connection string:

    Provider=Micros oft.Jet.OLEDB.4 .0;Data Source="C:\Docu ments and Settings\Ts_Awa d\My Documents\Visua l Studio 2005\WebSites\W ebSitetut\App_D ata\Copy of albader.mdb.mdb ";Persist Security Info=True...
    See more | Go to post

    Leave a comment:


  • zaiena
    started a topic DataSet connectionString
    in .NET

    DataSet connectionString

    hi,
    ihave this problem, i'm workingin a website using visualstudio200 5 vb language
    and i'm need to add a dataset to my website so when i'm added it and add the tableadapter i need, and save my work,if i'm trying to open the dataset again in the design view it give this error message:

    Failed to load the dataset because of the following error:
    Requested value 'connectionstri ng' was not found

    so please...
    See more | Go to post

  • zaiena
    replied to delete statement
    in .NET
    hello,
    i'm trying your statement and i'ts totaly work thank you very much....
    See more | Go to post

    Leave a comment:


  • zaiena
    started a topic delete statement
    in .NET

    delete statement

    hi,
    i'm working in asp.net using visual studio 2005 with vb language,
    my tables is access database, will i'm trying to write the delete statement to delete some fields in my tables i wrote this statement and have no errors but the row didn't deleted. here is my code:

    [CODE=vbnet]Public Function DeleteQuestion( ByVal Question_ID As Integer)
    Dim cmd As New OleDbCommand("D elete from Questions where Question_id=...
    See more | Go to post
    Last edited by Shashi Sadasivan; Jan 6 '08, 10:03 PM. Reason: adding code tags

  • zaiena
    replied to appened query error
    thanx alot its work,i was use it but make it comment....
    See more | Go to post

    Leave a comment:


  • zaiena
    started a topic appened query error

    appened query error

    ho to all,
    i have made an project using ms access 2007, in my database i use some append queries to add data,and open report the query run when i'm click a button,in the first it works will but after awhile it give me this error:
    "you are about to run an appened query that will modify the data in your table "
    so any help in this problem?/
    thanx
    See more | Go to post

  • zaiena
    started a topic INSERT function in ASP.NET
    in .NET

    INSERT function in ASP.NET

    hi
    i'm using asp.net(vb lamguage),and trying to write an sql statemnet to insert values in my table,i'have tried many ways but no one work as i need tere is alawya an error.i'm also using componentart tools and try to insert values in the table to appear at grid.
    here is my last one
    cmd.CommandText = "insert into std_t(std_no,st d_name)values(@ std_no,@std_nam e)"

    can any one help or have another ideas....
    See more | Go to post

  • zaiena
    started a topic make mde??

    make mde??

    hello every one,
    i won't to make mde file for my access project and i don't the way to that,i'm using access 2007 and try yo use make mde button but it doesn't help me.please i need the all steps to do this as soon as possible.

    thanks alot
    See more | Go to post

  • zaiena
    started a topic Exporting and saving report to pdf or word.

    Exporting and saving report to pdf or word.

    hello,
    i'm trying to make a button that export my report to word or pdf formate i'm trying to use macros to that but it doesn't help me.maby i can use procedure code instead of macros code. is there a way to do that?????
    See more | Go to post

  • zaiena
    replied to appened rows
    it's work very good thanks alot...
    See more | Go to post

    Leave a comment:


  • zaiena
    started a topic appened rows

    appened rows

    hello,
    i'm tyring to add data to appened query using button but i've this message:
    "you are about to appened 1 row (s) ". so how can i solve this problem as sooon as possible please.
    See more | Go to post

  • zaiena
    started a topic dsum

    dsum

    hi
    i'm trying to make a report with those field (progam_name),( program_Id) and i want to getout the sum of the programs that have the same name how to that?/
    i'm trying to use Dsum function but it dosen't work.
    See more | Go to post

  • zaiena
    started a topic rich text box

    rich text box

    hi,
    i need to print the text which had been pasted in my rich text box using button command, is there any way to do that???
    See more | Go to post

  • zaiena
    started a topic DSum function

    DSum function

    hello,
    i'm having this problem when try to display the total amount form subform to form,for example i'm having two tables one for the products which contains(p_no,p _name,price),an d the other table contains(p_no,t otal_price,tota l_amount)
    so the first table is placed in subform and the other table is placed in the main form,i wanna to calculate the total (price) in subform and display the result in the (total_price) field in main form,i'm...
    See more | Go to post

  • zaiena
    started a topic calculating the total average

    calculating the total average

    hi
    how to calculate the total average for many text boxes values in the same form
    for example i have three text boxes two in the main form and the last one in the sub form so when the user define the value for the text box in the subform and the value for one of the text boxes in the main form the last one will automatically toke it's value which depends on the other two text boxes.
    it's not matter what exactly the operation...
    See more | Go to post

  • zaiena
    replied to can i print the ole object content?
    hi and thanks alot because you replay to me.will i'm added an ole object to my form and through a button i loaded the word document from any place of my computer, and i wanna to print this dicument after been loaded in ole object also through a button, is there is any way to do that??...
    See more | Go to post

    Leave a comment:


  • zaiena
    started a topic can i print the ole object content?

    can i print the ole object content?

    hi
    i'm using ole object in my forms to loaded word document and i wanna to print them can i do that??and how?
    See more | Go to post

  • zaiena
    started a topic ole object

    ole object

    hello every one i'm asma
    i have made an application using aceess 2007,and used ole object to get word documentsfrom other files but i face a problem that if the word document is more than one page the ole object display just the first one!!! so if there is any way to display all the pages please help as soon as possible.
    thanx
    See more | Go to post
No activity results to display
Show More
Working...