Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~2K People Reached
Favorite Tags
Member Avatar for Aigini

By default all the buttons that would show in a Binding Navigator (before any buttons are clicked) are just ADD, EDIT, DELETE and REFRESH buttons. But the Binding Navigator on my form shows the SAVE button also (before any other buttons are clicked). I do not want this and how …

Member Avatar for C Newbie
0
151
Member Avatar for Aigini

Just need to know whether or not mysql server supports multiple strings of databases. Will the performance be hindered ? My company has a server that holds a few large databases for now (20GB and larger). In the near future more and more databases will be added. Adding more databases …

0
62
Member Avatar for Aigini

Hi, I am a trainee System Administrator in my company and still a newbie. How do I set the cron job to only show the current week's backup (in the database backup directory) and remove the previous week's backups. One week would mean Monday to Saturday. Pls help. Tqs.

Member Avatar for Toba
0
120
Member Avatar for Aigini

In a form there are 2 combo boxes, and two textboxes. The two of the combo boxes are cmblevl and cmbpcode. The two of the textboxes are txtccode and txtcdesc. The combo boxes are labeled 'LEVEL' and 'PARENT' respectively. The text boxes are labeled 'CHILD' and 'DESCRIPTION' respectively. The items …

Member Avatar for abdalla_92
0
143
Member Avatar for Aigini

Hi, I tried to restore my decompressed database [B]'cyberview_db_2809_2009-10-27_17h30m.Tuesday.sql'[/B] using the command : [QUOTE]mysql -h localhost -u root -proot123 info < /backups/daily/cyberview_db_2809/cyberview_db_2809_2009-10-27_17h30m.Tuesday.sql[/QUOTE] but there was no restoration. I checked the [B]/var/lib/mysql[/B] directory where all restored databases are located, and in the 'info' folder, the only script that was available was …

Member Avatar for peter_budo
0
182
Member Avatar for Aigini

I'm working in a location with a physical server, and the company I am working for is in a different location, and has a cloud server with a different address. Database backups work using automysqlbackup script in the cloud server also. But the database backups that I want to pull …

Member Avatar for Aigini
0
132
Member Avatar for Aigini

Hi I've set my crontab as follows : [QUOTE]30 17 * * * sh /bin/automysqlbackup.sh.2.5[/QUOTE] The script I'm using to function as a cron job is a database backup script, which is automysqlbackup .So by right my daily backups should be at 5.30 p.m in the evenings. But I noticed …

Member Avatar for Cronless
0
147
Member Avatar for Aigini

I would like to know the purpose of using the table adapter in vb.net, how to use it and how to relate it to the coding section when it is used?

Member Avatar for Ramy Mahrous
0
95
Member Avatar for Aigini

The bold section of the code below is supposed to loop in the dataset and return the values from the second code snippet into the database. The second snippet of code is for the data to be inserted into the database. [CODE]Imports System.Data Imports System.Data.SqlClient Imports System.Data.OleDb Imports System.Data.OleDb.OleDbType Public …

0
57
Member Avatar for Aigini

I created the code below to import an Excel file into an existing M'soft Access database. The attributes present in the Access database are CWNO(Text), Name(Text), ICNO(Text), Nasion(Text), Company(Text), JoinDT(DateTime), ExpDT(DateTime), ResBT(Boolean), ResDT(DateTime), Note(Text), PBIT(boolean). The final four columns are not present in the Excel sheet. (ResBT, ResDT, Note, PBIT).But …

0
59
Member Avatar for Aigini

I want to create a code in vb.net 2008 that will delete data from its database table(Microsoft Access). The columns (attributes) in the database table are CWNo, Name, IC No, Nationality, Company, Join Date and Expiry Date. Then it will insert data from a Microsoft Excel Sheet that contains the …

Member Avatar for regcure
0
103
Member Avatar for Aigini

When we click on a combo box, there is a small triangle on the upper right of the combo box. When we click on the triangle, the Combo Box task box appears. How do we change the default name of the Display Member and the Value Member? The names of …

Member Avatar for naz82
1
104
Member Avatar for Aigini

How do I create a tree view based on data from 2 different combo boxes and a textbox? The first combo box is the 'Level' combo box. It displays the different levels in a tree. The second combo box displays all the parent code for each level. The textbox is …

0
62
Member Avatar for Aigini

This is my code to load data from a database(SQL Server 2000) into a combo box. I keep getting the error [B]Name 'connString' not declared.[/B](the highlighted section of the code). I've tried posing this error in Google search but there are no answers. I am working in a software development …

Member Avatar for Jx_Man
0
91
Member Avatar for Aigini

There are five tabs in a form. (Windows application). Each tab is the subcategory of the tab before it. (Tab 2 is the sub of Tab 1, Tab 3 is the sub of Tab 2 and so on). There are two combo boxes in each tab, starting from Tab 2. …

0
65
Member Avatar for Aigini

In an interface there are 5 tabs (Tab 1 to Tab 5). Each tab has a Binding Navigator to Add, Delete, Save, Edit items. For Tab 2 (subcategory for tab 1), the Delete button in the Binding Navigator has the following code. Tab 3 is the subcategory for tab 2, …

0
63
Member Avatar for Aigini

An interface has a few tabs on it. (Tab 1 to Tab5). Tab 1 is labeled Item Category Level 1 and the following tabs are named accordingly. Tab 2 is Item Category Level 2, Tab 3 is Item Category Level 3 and so it goes. Item category level 2 has …

0
55
Member Avatar for Aigini

Part of my code for an Update/Save button in a Binding Navigator is as below : [B]dsInventory.inv_itemsubcategory.Addinv_itemsubcategoryRow(Trim(CatCodeTextBox1.Text), CatItemDescTextBox1.Text)[/B] When I move my mouse to that line of code, there is a message that says : Overload resolution failed because no accesible 'Addinv_itemsubcategoryRow' accepts this number of arguments. Why is this …

Member Avatar for Jx_Man
0
91
Member Avatar for Aigini

A form has several tabs on it. The tabs are Item Category Level 1, Item Category Level 2, Item Category Level 3, till Item Category Level 5 . Item Category Level 2 is the subcategory of Item Category Level 1, Item Category Level 3 is the subcategory for Item Category …

0
79