User Profile

Collapse

Profile Sidebar

Collapse
jankhana
jankhana
Last Activity: Dec 26 '09, 07:18 AM
Joined: May 2 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • jankhana
    started a topic Sql Compact Installation

    Sql Compact Installation

    Hi all, Is there any way by which we can find pro grammatically whether SQL Compact is installed or not... Actually I need to know whether the compact edition is installed or not in PC and so that I can include or exclude the SQL Compact dll... Because in my application there are different process that access the same .sdf file which will cause Access Violation error if those dll are included and compact is installed...

    Any idea!!...
    See more | Go to post

  • jankhana
    replied to design a single normalised table
    what about students and all?????
    can u give some demo of ur records so that its clear... Only name of the NGO will be repeated again and again total boys or girls and all those stuff will be different than right????????
    See more | Go to post

    Leave a comment:


  • jankhana
    replied to design a single normalised table
    No I mean you just include one more column called year which will have the year value i.e 2004-2005 or 2008-2009 etc so.
    Table design will be like this:
    Name of NGOs
    totalBoys
    totalGirls
    total No. of Students
    total Passed
    total Failed
    Employment Status
    Grant Released
    Year

    So table is well maintained and has no problem in which year or which NGO and you can query...
    See more | Go to post

    Leave a comment:


  • jankhana
    replied to design a single normalised table
    You mean that Grant Released is common for all students in NGO and same is the case for the Employment status?????????
    If that is so than u can directly go for one table and include one more col as financial yr which will store for which financial yr the data is!!!!!!!!!!

    I hope I understood right!!!!!
    See more | Go to post

    Leave a comment:


  • jankhana
    replied to design a single normalised table
    You can have SNO , Name of NGO, Boys, Girls and NoofStudents in one table say
    NGO_DET
    and in another table you can have SNO(Ref parent NGO_DET), Student Name , Employment Status, Grant Released.

    I don't know what is passed and failed I thing you can add that with the second table and instead of having No of students as a columns you can calculate it every time by using sum(Boys,Girls) .
    See more | Go to post

    Leave a comment:


  • jankhana
    started a topic sqlce in Xenocode

    sqlce in Xenocode

    Hi all,

    I'm using Xenocode in my application so that it works without a .NET framework. I'm using Xenocode Virtual Application Studio(version 6.1). Everything works fine except the .sdf file which I have embedded inside the application directory. actually in the application the instead of SQL server i have used SQL Compact edition(3.5) and i have included the reqired dll . All the files are working except the ".sdf"...
    See more | Go to post

  • Hi,
    Thanks for the reply...

    I don't need those records again to be used and hence i'm deleting it. Ya table is big. It may contain hundred records or one lakh records depending on user's choice. Mostly ten thousand records will be there and once i get the record i don't want to use them again and hence i need to delete them!!!!!!!!
    hmmm........ So update will not work in my scenario......
    See more | Go to post

    Leave a comment:


  • sql compact lock problem

    Hi,
    Thanks for the reply.

    Ya i use those values in my application for further processing. one command inserts the records in the table and so soon as the records are inserted it is used by the application. To make the process fast I've multiple threads that contact the table and uses the records. Each thread takes five-five records does the job. The records...
    See more | Go to post

    Leave a comment:


  • SQL Server Compact timed out waiting for a lock

    Hi all,
    I'm having an application in that i use Sql Compact 3.5 with VS2008. I'm running multiple threads in my application which contacts the compact database and accesses the row. It selects and deletes those rows in a fashion i.e selecting and giving to the application 5 rows and deleting those rows from the table. It works great with a single thread but if i use multiple threads i.e if 3 or more threads are running I get very...
    See more | Go to post

  • jankhana
    started a topic Multiple Clients Accessing Server
    in IIS

    Multiple Clients Accessing Server

    Hi all,
    I'm not used to web.config and ASP.NET. I want to know whether is this possible and if so how???

    I have my client accessing my server for some work and the server in turn accesses other server which will do the work. Now if the client increases the server has to send all those request to the other server and that's slowing my work if I have more clients.
    The client accesses main server only. The main...
    See more | Go to post

  • jankhana
    started a topic Microsoft.ReportViewer.Common

    Microsoft.ReportViewer.Common

    Hi all....

    I'm using Microsoft ReportViewer(RD LC) for showing the reports.
    There are nearly six reports that i'm trying to create. First two are working propely i.e the reports get displayed but the next four are showing errors as....

    An error occurred during local report processing.

    "The definition of the report 'Main Report' is invalid"

    The table ‘table1’ is in the
    ...
    See more | Go to post

  • jankhana
    replied to Microsoft Narrator Voice
    Narrator



    Hey it was a great information thank you....
    This what i was searching for...
    Thanks once again.......
    See more | Go to post

    Leave a comment:


  • jankhana
    replied to Microsoft Narrator Voice
    I have posted there also.... Anyways....

    Any idead?????????? ?
    See more | Go to post

    Leave a comment:


  • jankhana
    started a topic Microsoft Narrator Voice

    Microsoft Narrator Voice

    I want to change the Narrator's Voice from Sam to any one....

    Ihave installed Mar and Mike's voice but still in the narrator window I'm not able to see their name only Sam is Visible!!!!!!!! !!!!!


    I have already changed in the Control Panel-> Speech-> Voice to Mike but still the Sam is on and in Narrator Window still Sam only i can find.

    And one more thing I cannot open my ControlPanel->...
    See more | Go to post

  • jankhana
    started a topic Change Narrator from Sam to something else

    Change Narrator from Sam to something else

    I want to changet the Narrator's Voice from Sam to any one....

    Ihave installed Mar and Mike's voice but still in the narrator window I'm not able to see their name only Sam is Visible!!!!!!!! !!!!!


    I have already changed in the Control Panel-> Speech-> Voice to Mike but still the Sam is on and in Narrator Window still Sam only i can find.

    And one more thing I cannot open my ControlPanel->...
    See more | Go to post

  • Sql Server in Installer Class

    Did you get the answer for that??? Even i want to run SQL commands in set up...
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...