Advertisement

Results for "Author: alon hirsch"

3_2004-2005 #141328
URL Coder / Decoder

When submitting data to a web site (either in the URL or as Form data), the data needs to comply to certain standards (URLEncode) as certain characters are not allowed as part of the form data or the URL. These routines will convert the string you supply to the correct URLEncoded string and decode them again if required.

3_2004-2005 #141577
SQL Stored Procedure Creator

SQL Server Stored Procedure Creator Are you tired of having to manually create stored procedures to simply perform Insert, Update, Delete and Select functions on each of the tables and views in a newly created database ? If you answered YES to the above - this VB6 add-in is for you. I got tired of having to repeat the same steps each and every time I created a new SQL database, so I decided to automate the process for me. I've tested the Stored Procedures created on SQL Server 7.0 and SQL Server 2000. On a database with 21 tables - this add-in created a total of 184 different Stored Procedures for me when I selected all the options. That's 184 Stored Procedures that I didn't have to code myself. It will allow you to connect to the SQL Server database of your choice and to create the following 'default' stored procedures for you : - Insert - Insert with Identity - Update - Delete - Select * - Select - Select single record using ID / Key There are a few options available to the user when generating the Stored Procedures : - Drop stored procedure before creating the new one - Return ID of newly inserted record as an OUTPUT parameter or as a SELECT statement - Update the database directly or create a Script file This is Version 1 of the add-in and it is sufficient for my current needs. I can foresee several enhancements, but am not sure when I'll be able to get round to them : - formatting the text in the Stored Procedure to make it more human readable - enhance the error checking and handling - licence routines etc. You will need to compile the DLL in order to use it. Neat Stuff : This code demonstrates how to create a VB6 add-in, how to create a menu item under the Add-Ins menu that has a short-cut key as well as an icon, using ADO to retrieve information about the database, creating an ADO connection at run-time whilest allowing the user to select the connection properties, registry access and several other techniques. Please leave comments and opinions. I'm very keen to find out what other people think about this project. Thanx, Alon

4_2005-2006 #160413
URL Coder / Decoder

When submitting data to a web site (either in the URL or as Form data), the data needs to comply to certain standards (URLEncode) as certain characters are not allowed as part of the form data or the URL. These routines will convert the string you supply to the correct URLEncoded string and decode them again if required.

4_2005-2006 #160414
Disk Information Class

This class enables you to get various information about the disks / drives in your PC. It uses API's to retrive the information : Drive type, volume label, available space, space used etc.

4_2005-2006 #160415
SQL Stored Procedure Creator

SQL Server Stored Procedure Creator Are you tired of having to manually create stored procedures to simply perform Insert, Update, Delete and Select functions on each of the tables and views in a newly created database ? If you answered YES to the above - this VB6 add-in is for you. I got tired of having to repeat the same steps each and every time I created a new SQL database, so I decided to automate the process for me. I've tested the Stored Procedures created on SQL Server 7.0 and SQL Server 2000. On a database with 21 tables - this add-in created a total of 184 different Stored Procedures for me when I selected all the options. That's 184 Stored Procedures that I didn't have to code myself. It will allow you to connect to the SQL Server database of your choice and to create the following 'default' stored procedures for you : - Insert - Insert with Identity - Update - Delete - Select * - Select - Select single record using ID / Key There are a few options available to the user when generating the Stored Procedures : - Drop stored procedure before creating the new one - Return ID of newly inserted record as an OUTPUT parameter or as a SELECT statement - Update the database directly or create a Script file This is Version 1 of the add-in and it is sufficient for my current needs. I can foresee several enhancements, but am not sure when I'll be able to get round to them : - formatting the text in the Stored Procedure to make it more human readable - enhance the error checking and handling - licence routines etc. You will need to compile the DLL in order to use it. Neat Stuff : This code demonstrates how to create a VB6 add-in, how to create a menu item under the Add-Ins menu that has a short-cut key as well as an icon, using ADO to retrieve information about the database, creating an ADO connection at run-time whilest allowing the user to select the connection properties, registry access and several other techniques. Please leave comments and opinions. I'm very keen to find out what other people think about this project. Thanx, Alon

5_2007-2008 #182931
URL Coder / Decoder

When submitting data to a web site (either in the URL or as Form data), the data needs to comply to certain standards (URLEncode) as certain characters are not allowed as part of the form data or the URL. These routines will convert the string you supply to the correct URLEncoded string and decode them again if required.

5_2007-2008 #182932
Disk Information Class

This class enables you to get various information about the disks / drives in your PC. It uses API's to retrive the information : Drive type, volume label, available space, space used etc.

5_2007-2008 #182933
SQL Stored Procedure Creator

SQL Server Stored Procedure Creator Are you tired of having to manually create stored procedures to simply perform Insert, Update, Delete and Select functions on each of the tables and views in a newly created database ? If you answered YES to the above - this VB6 add-in is for you. I got tired of having to repeat the same steps each and every time I created a new SQL database, so I decided to automate the process for me. I've tested the Stored Procedures created on SQL Server 7.0 and SQL Server 2000. On a database with 21 tables - this add-in created a total of 184 different Stored Procedures for me when I selected all the options. That's 184 Stored Procedures that I didn't have to code myself. It will allow you to connect to the SQL Server database of your choice and to create the following 'default' stored procedures for you : - Insert - Insert with Identity - Update - Delete - Select * - Select - Select single record using ID / Key There are a few options available to the user when generating the Stored Procedures : - Drop stored procedure before creating the new one - Return ID of newly inserted record as an OUTPUT parameter or as a SELECT statement - Update the database directly or create a Script file This is Version 1 of the add-in and it is sufficient for my current needs. I can foresee several enhancements, but am not sure when I'll be able to get round to them : - formatting the text in the Stored Procedure to make it more human readable - enhance the error checking and handling - licence routines etc. You will need to compile the DLL in order to use it. Neat Stuff : This code demonstrates how to create a VB6 add-in, how to create a menu item under the Add-Ins menu that has a short-cut key as well as an icon, using ADO to retrieve information about the database, creating an ADO connection at run-time whilest allowing the user to select the connection properties, registry access and several other techniques. Please leave comments and opinions. I'm very keen to find out what other people think about this project. Thanx, Alon

6_2008-2009 #205449
URL Coder / Decoder

When submitting data to a web site (either in the URL or as Form data), the data needs to comply to certain standards (URLEncode) as certain characters are not allowed as part of the form data or the URL. These routines will convert the string you supply to the correct URLEncoded string and decode them again if required.

6_2008-2009 #205450
Disk Information Class

This class enables you to get various information about the disks / drives in your PC. It uses API's to retrive the information : Drive type, volume label, available space, space used etc.

6_2008-2009 #205451
SQL Stored Procedure Creator

SQL Server Stored Procedure Creator Are you tired of having to manually create stored procedures to simply perform Insert, Update, Delete and Select functions on each of the tables and views in a newly created database ? If you answered YES to the above - this VB6 add-in is for you. I got tired of having to repeat the same steps each and every time I created a new SQL database, so I decided to automate the process for me. I've tested the Stored Procedures created on SQL Server 7.0 and SQL Server 2000. On a database with 21 tables - this add-in created a total of 184 different Stored Procedures for me when I selected all the options. That's 184 Stored Procedures that I didn't have to code myself. It will allow you to connect to the SQL Server database of your choice and to create the following 'default' stored procedures for you : - Insert - Insert with Identity - Update - Delete - Select * - Select - Select single record using ID / Key There are a few options available to the user when generating the Stored Procedures : - Drop stored procedure before creating the new one - Return ID of newly inserted record as an OUTPUT parameter or as a SELECT statement - Update the database directly or create a Script file This is Version 1 of the add-in and it is sufficient for my current needs. I can foresee several enhancements, but am not sure when I'll be able to get round to them : - formatting the text in the Stored Procedure to make it more human readable - enhance the error checking and handling - licence routines etc. You will need to compile the DLL in order to use it. Neat Stuff : This code demonstrates how to create a VB6 add-in, how to create a menu item under the Add-Ins menu that has a short-cut key as well as an icon, using ADO to retrieve information about the database, creating an ADO connection at run-time whilest allowing the user to select the connection properties, registry access and several other techniques. Please leave comments and opinions. I'm very keen to find out what other people think about this project. Thanx, Alon

7_2009-2012 #227967
URL Coder / Decoder

When submitting data to a web site (either in the URL or as Form data), the data needs to comply to certain standards (URLEncode) as certain characters are not allowed as part of the form data or the URL. These routines will convert the string you supply to the correct URLEncoded string and decode them again if required.

7_2009-2012 #227968
Disk Information Class

This class enables you to get various information about the disks / drives in your PC. It uses API's to retrive the information : Drive type, volume label, available space, space used etc.

7_2009-2012 #227969
SQL Stored Procedure Creator

SQL Server Stored Procedure Creator Are you tired of having to manually create stored procedures to simply perform Insert, Update, Delete and Select functions on each of the tables and views in a newly created database ? If you answered YES to the above - this VB6 add-in is for you. I got tired of having to repeat the same steps each and every time I created a new SQL database, so I decided to automate the process for me. I've tested the Stored Procedures created on SQL Server 7.0 and SQL Server 2000. On a database with 21 tables - this add-in created a total of 184 different Stored Procedures for me when I selected all the options. That's 184 Stored Procedures that I didn't have to code myself. It will allow you to connect to the SQL Server database of your choice and to create the following 'default' stored procedures for you : - Insert - Insert with Identity - Update - Delete - Select * - Select - Select single record using ID / Key There are a few options available to the user when generating the Stored Procedures : - Drop stored procedure before creating the new one - Return ID of newly inserted record as an OUTPUT parameter or as a SELECT statement - Update the database directly or create a Script file This is Version 1 of the add-in and it is sufficient for my current needs. I can foresee several enhancements, but am not sure when I'll be able to get round to them : - formatting the text in the Stored Procedure to make it more human readable - enhance the error checking and handling - licence routines etc. You will need to compile the DLL in order to use it. Neat Stuff : This code demonstrates how to create a VB6 add-in, how to create a menu item under the Add-Ins menu that has a short-cut key as well as an icon, using ADO to retrieve information about the database, creating an ADO connection at run-time whilest allowing the user to select the connection properties, registry access and several other techniques. Please leave comments and opinions. I'm very keen to find out what other people think about this project. Thanx, Alon

Languages
Top Categories
Global Discovery