You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
348 B

using System;
using System.Data;
using System.Data.OleDb;
using System.Collections.Generic;
/// <summary>
/// Simple class to load the data from the database
/// this class will be used by an ObjectDataSource object
/// </summary>
public partial class CData
{
// method that loads the options from the database
public DataTable GetOptions()
{