Hi suresh, This is related to Asp.net web interface only.. In my post i clearly explained the way i am trying to do. Anyways i am doing it for u again. On my web interface i have option to browse two files and then a filter button. whenever user clicks on filer button i need to filter the first file with second file so i am inserting these files into mysql tables and querying with NOT IN select statement. I am getting connection timeout so pls suggest me the best way of filtering my files. Thanks
333soori
Posts
-
Filtering bulk data -
Filtering bulk dataHi all, I want to know the better way of filtering Bulk data, pls guide me... I have two flat files with lakhs of rows having 16 digit numbers. i want to filter the numbers from first file with second file , resulting in a unique identified numbers. I am doing it like this. I am inserting these data into two seperate tables using bulk insert in Mysql. And then from my web interface iam inputing two flat files, whenever user clicks on filter button iam querying tables with a select statement using NOT IN sql statement, but it is taking lot of time and even resuling in a connection timeout. So pls suggest me the best way of doing it. Thanks in advance.....
-
filtering Bulk dataHi all, I want to know the better way of filtering Bulk data, pls guide me... I have two flat files with lakhs of rows having 16 digit numbers. i want to filter the numbers from first file with second file , resulting in a unique identified numbers. I am doing it like this. I am inserting these data into two seperate tables using bulk insert in Mysql. And then from my web interface iam inputing two flat files, whenever user clicks on filter button iam querying tables with a select statement using NOT IN sql statement, but it is taking lot of time and even resuling in a connection timeout. So pls suggest me the best way of doing it. Thanks in advance.....
-
How to determine whether a session is running on worker process or not?Hi Raheem, You can try like this.... If you are validating user login against database then add one more field 'status' in ur table and update this field for successful login. In this way if another user tries to login then you can check status field , if it is not updated allow login otherwise inform that this login is already in use., And dont forget to update status field when user logs out. Note: you need to explicitly update status field in session_end event and in page unload events. Hope this helps you. Happy coding Regards Surender M
-
displaying cursor wait while page load ,frameset involvedhi all.......... pls can anybody help me to display cursor wait while page is loading my page have the code like this thank you
-
To display Hourglass until the pages get loaded into framesmy page is like this where should i call onload ? thank you
-
To display Hourglass until the pages get loaded into framesthank u very much but i dont have body tag. thank you
-
To display Hourglass until the pages get loaded into framesthanks for quick reply. m not clear can u pls explain me where should i need to write this. thank you
-
To display Hourglass until the pages get loaded into frameshi all..... can anybody give some idea to display an hourglass until the pages get loaded into the frames of page. in my page i have 4 frames and m displaying each frame with an aspx page. i want to display an hourglass until the last page get loaded. one thing there is no order of pages loading in. so pls give me some idea thanks in advance
-
How to display Hourglass b/w Postbacksm clicking on a link button which is on a user control. its before page load in java script m retrieving the records and binding them to datagrid . pls tell me where should i call hourglass(). thanks inadvance soori
-
How to display Hourglass b/w Postbackshomework homework dont u know more than that m clearly saying what is my requirement and m asking to give some idea m not asking u to do homework. i know how to do it in javascript function hourglass() { document.body.style.cursor='wait'; } how to call this method b/w reload or postback. thanks if u can help me. SOORI
-
pageload in progress...........in my web page m retrieving thousands of records thats why it is taking much time (25 to 35 sec) in the mean time i want to display a hourglass. pls give me some idea thank u
-
How to display Hourglass b/w Postbacksyes u r correct but in my webpage m retrieving data from data source there are around 3000 records , that's why its taking time to reload the page i want to display a hourglass in this mean time. pls give me some idea soori
-
How to display Hourglass b/w Postbackshi friends......... can anybody help me my page taking longtime to postback in the meantime i want to display an Hourglass(waiting cursor).. pls give me some idea thnx in advance
-
pageload in progress........... -
How to display Hourglass b/w Postbackshi friends......... can anybody help me my page taking longtime to postback in the meantime i want to display an Hourglass(waiting cursor).. pls give me some idea thnx in advance
-
how to override ondatabinding in case of binding data to datagridhello friends.......... can anybody give me some idea abt overriding ondatabinding method in case of binding data to datagrid. thanks in advance soori
-
how to override ondatabinding in case of binding data to datagridhi i want to know how to override ondatabinding in case of binding data to a datagrid? where i can do it? thnx in advance soori
-
How to create a custom controlm asking, wht is the procedure i will be happy if u give some tutorials thanks in advance soori
-
How to create a custom controlhi friends......... can anybody help me how to create custom controls soori