Advertisement

Results for "Author: alon hirsch"

2002ASP #6328
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.

2002C #14932
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.

2002VB #23536
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.

ASP_Volume2 #34672
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.

ASP_Volume2 #36031
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.

ASP_Volume2 #36280
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

ASP_Volume3 #55116
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.

ASP_Volume3 #55117
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.

ASP_Volume3 #55118
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

C_Volume2 #75734
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.

C_Volume2 #77093
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.

C_Volume2 #77342
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

Java_Volume1 #94278
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.

Java_Volume1 #95637
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.

Java_Volume1 #95886
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

1_2002 #110290
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.

2_2002-2004 #121425
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.

2_2002-2004 #122784
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.

2_2002-2004 #123033
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

3_2004-2005 #139969
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.

Languages
Top Categories
Global Discovery