多个数据库连接问题Grocery Crud

时间:2016-07-25 11:03:49

标签: codeigniter grocery-crud

提前致谢。我正在尝试连接到另一个数据库(在数据库配置文件中配置的第二个数据库),但是当我尝试使用它连接时。

// Create a file to write to. 
string createText = textBox.Text + Environment.NewLine;
File.WriteAllText("D:\\TextFile.txt", createText);

// Open the file to read from. 
string readText = File.ReadAllText("D:\\TextFile.txt");

但它正在查询默认数据库。 grocery_crud 不提供任何功能设置数据库。我现在一无所知,如何解决它。

0 个答案:

没有答案